Html Css Color HEX #407031 Green House

📋 copy color: '#407031'

red 64 ◦ green 112 ◦ blue 49

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

Shades of Green House #407031

Tints of Green House #407031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

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

R = 28.44%
G = 49.78%
B = 21.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#407031 (or 0x407031) is known color: Green House. HEX triplet: 40, 70 and 31. RGB value is (64,112,49). Sum of RGB (Red+Green+Blue) = 64+112+49=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #407031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407031 is #BF8FCE. Grayscale: #5A5A5A. Windows color (decimal): -12554191 or 3240000. OLE color: 3240000.

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

Color convert

RGB 64 112 49 -
CMYK 0.43 0 0.56 0.56
HSL 105.71º 0.39% 0.32% -
HSV(B) 105.71º 0.56% 0.44% -
XYZ 8.46 12.9 4.95 -
YUV 90.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 64 112 49 0.43 0 0.56 0.56 105.71 0.39 0.32
Hex 40 70 31 2B 0 38 38 6A 27 20
Octal 100 160 61 53 0 70 70 152 47 40
Binary 1000000 1110000 110001 101011 0 111000 111000 1101010 100111 100000

Color Harmonies of #407031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407031

Black with #407031

Text Example


Text Example

White with #407031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407031; }

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

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

background-color css

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

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

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

border-color css

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

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

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