Html Css Color HEX #406E31 Green House

📋 copy color: '#406E31'

red 64 ◦ green 110 ◦ blue 49

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

Shades of Green House #406E31

Tints of Green House #406E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.33%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 28.7%
G = 49.33%
B = 21.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#406E31 (or 0x406E31) is known color: Green House. HEX triplet: 40, 6E and 31. RGB value is (64,110,49). Sum of RGB (Red+Green+Blue) = 64+110+49=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #406E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E31 is #BF91CE. Grayscale: #595959. Windows color (decimal): -12554703 or 3239488. OLE color: 3239488.

HSL color Cylindrical-coordinate representation of color #406E31: hue angle of 105.25º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406E31 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 110 49 -
CMYK 0.42 0 0.55 0.57
HSL 105.25º 0.38% 0.31% -
HSV(B) 105.25º 0.55% 0.43% -
XYZ 8.24 12.46 4.88 -
YUV 89.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 64 110 49 0.42 0 0.55 0.57 105.25 0.38 0.31
Hex 40 6E 31 2A 0 37 39 69 26 1F
Octal 100 156 61 52 0 67 71 151 46 37
Binary 1000000 1101110 110001 101010 0 110111 111001 1101001 100110 11111

Color Harmonies of #406E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E31

Black with #406E31

Text Example


Text Example

White with #406E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,49); }

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

background-color css

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

 a { background-color: rgb(64,110,49); }

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

border-color css

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

 span { border-color: rgb(64,110,49); }

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