Html Css Color HEX #406F31 Green House

📋 copy color: '#406F31'

red 64 ◦ green 111 ◦ blue 49

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

Shades of Green House #406F31

Tints of Green House #406F31

RGB

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

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

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

R = 28.57%
G = 49.55%
B = 21.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#406F31 (or 0x406F31) is known color: Green House. HEX triplet: 40, 6F and 31. RGB value is (64,111,49). Sum of RGB (Red+Green+Blue) = 64+111+49=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #406F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F31 is #BF90CE. Grayscale: #5A5A5A. Windows color (decimal): -12554447 or 3239744. OLE color: 3239744.

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

Color convert

RGB 64 111 49 -
CMYK 0.42 0 0.56 0.56
HSL 105.48º 0.39% 0.31% -
HSV(B) 105.48º 0.56% 0.44% -
XYZ 8.35 12.68 4.91 -
YUV 89.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 64 111 49 0.42 0 0.56 0.56 105.48 0.39 0.31
Hex 40 6F 31 2A 0 38 38 69 27 1F
Octal 100 157 61 52 0 70 70 151 47 37
Binary 1000000 1101111 110001 101010 0 111000 111000 1101001 100111 11111

Color Harmonies of #406F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F31

Black with #406F31

Text Example


Text Example

White with #406F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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