Html Css Color HEX #406F39 Green House

📋 copy color: '#406F39'

red 64 ◦ green 111 ◦ blue 57

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

Shades of Green House #406F39

Tints of Green House #406F39

RGB

 RED value IS 64 (25.39% from 255) = 27.59%

 GREEN value IS 111 (43.75% from 255) = 47.84%

 BLUE value IS 57 (22.66% from 255) = 24.57%

R = 27.59%
G = 47.84%
B = 24.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#406F39 (or 0x406F39) is known color: Green House. HEX triplet: 40, 6F and 39. RGB value is (64,111,57). Sum of RGB (Red+Green+Blue) = 64+111+57=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #406F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F39 is #BF90C6. Grayscale: #5A5A5A. Windows color (decimal): -12554439 or 3764032. OLE color: 3764032.

HSL color Cylindrical-coordinate representation of color #406F39: hue angle of 112.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #406F39 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 57 -
CMYK 0.42 0 0.49 0.56
HSL 112.22º 0.32% 0.33% -
HSV(B) 112.22º 0.49% 0.44% -
XYZ 8.54 12.75 5.88 -
YUV 90.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 64 111 57 0.42 0 0.49 0.56 112.22 0.32 0.33
Hex 40 6F 39 2A 0 31 38 70 20 21
Octal 100 157 71 52 0 61 70 160 40 41
Binary 1000000 1101111 111001 101010 0 110001 111000 1110000 100000 100001

Color Harmonies of #406F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F39

Black with #406F39

Text Example


Text Example

White with #406F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F39; }

 p { color: rgb(64,111,57); }

 H1.HeaderClassName
 {
   color: #406F39;
 }
 .AnyTagClassName
 {
   color: #406F39;
 }
</style>

background-color css

<style>
 a { background-color: #406F39; }

 a { background-color: rgb(64,111,57); }

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

border-color css

<style>
 span { border-color: #406F39; }

 span { border-color: rgb(64,111,57); }

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