Html Css Color HEX #42683B Green House

📋 copy color: '#42683B'

red 66 ◦ green 104 ◦ blue 59

#42683B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #42683B

Tints of Green House #42683B

RGB

 RED value IS 66 (26.17% from 255) = 28.82%

 GREEN value IS 104 (41.02% from 255) = 45.41%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 28.82%
G = 45.41%
B = 25.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42683B (or 0x42683B) is known color: Green House. HEX triplet: 42, 68 and 3B. RGB value is (66,104,59). Sum of RGB (Red+Green+Blue) = 66+104+59=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #42683B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42683B is #BD97C4. Grayscale: #575757. Windows color (decimal): -12425157 or 3893314. OLE color: 3893314.

HSL color Cylindrical-coordinate representation of color #42683B: hue angle of 110.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42683B is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 59 -
CMYK 0.37 0 0.43 0.59
HSL 110.67º 0.28% 0.32% -
HSV(B) 110.67º 0.43% 0.41% -
XYZ 7.99 11.37 5.91 -
YUV 87.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 66 104 59 0.37 0 0.43 0.59 110.67 0.28 0.32
Hex 42 68 3B 25 0 2B 3B 6F 1C 20
Octal 102 150 73 45 0 53 73 157 34 40
Binary 1000010 1101000 111011 100101 0 101011 111011 1101111 11100 100000

Color Harmonies of #42683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42683B

Black with #42683B

Text Example


Text Example

White with #42683B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42683B; }

 p { color: rgb(66,104,59); }

 H1.HeaderClassName
 {
   color: #42683B;
 }
 .AnyTagClassName
 {
   color: #42683B;
 }
</style>

background-color css

<style>
 a { background-color: #42683B; }

 a { background-color: rgb(66,104,59); }

 div.DivClassName
 {
   background-color: #42683B;
 }
 .BgClassName
 {
   background-color: #42683B;
 }
</style>

border-color css

<style>
 span { border-color: #42683B; }

 span { border-color: rgb(66,104,59); }

 td.TdClassName
 {
   border-color: #42683B;
 }
 .TagClassName
 {
   border-color: #42683B;
 }
</style>