Html Css Color HEX #407236 Green House

📋 copy color: '#407236'

red 64 ◦ green 114 ◦ blue 54

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

Shades of Green House #407236

Tints of Green House #407236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 27.59%
G = 49.14%
B = 23.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#407236 (or 0x407236) is known color: Green House. HEX triplet: 40, 72 and 36. RGB value is (64,114,54). Sum of RGB (Red+Green+Blue) = 64+114+54=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #407236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407236 is #BF8DC9. Grayscale: #5C5C5C. Windows color (decimal): -12553674 or 3568192. OLE color: 3568192.

HSL color Cylindrical-coordinate representation of color #407236: hue angle of 110º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407236 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 54 -
CMYK 0.44 0 0.53 0.55
HSL 110º 0.36% 0.33% -
HSV(B) 110º 0.53% 0.45% -
XYZ 8.8 13.39 5.61 -
YUV 92.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 64 114 54 0.44 0 0.53 0.55 110 0.36 0.33
Hex 40 72 36 2C 0 35 37 6E 24 21
Octal 100 162 66 54 0 65 67 156 44 41
Binary 1000000 1110010 110110 101100 0 110101 110111 1101110 100100 100001

Color Harmonies of #407236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407236

Black with #407236

Text Example


Text Example

White with #407236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407236; }

 p { color: rgb(64,114,54); }

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

background-color css

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

 a { background-color: rgb(64,114,54); }

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

border-color css

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

 span { border-color: rgb(64,114,54); }

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