Html Css Color HEX #407332 Green House

📋 copy color: '#407332'

red 64 ◦ green 115 ◦ blue 50

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

Shades of Green House #407332

Tints of Green House #407332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 27.95%
G = 50.22%
B = 21.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#407332 (or 0x407332) is known color: Green House. HEX triplet: 40, 73 and 32. RGB value is (64,115,50). Sum of RGB (Red+Green+Blue) = 64+115+50=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #407332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407332 is #BF8CCD. Grayscale: #5C5C5C. Windows color (decimal): -12553422 or 3306304. OLE color: 3306304.

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

Color convert

RGB 64 115 50 -
CMYK 0.44 0 0.57 0.55
HSL 107.08º 0.39% 0.32% -
HSV(B) 107.08º 0.57% 0.45% -
XYZ 8.82 13.58 5.17 -
YUV 92.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 64 115 50 0.44 0 0.57 0.55 107.08 0.39 0.32
Hex 40 73 32 2C 0 39 37 6B 27 20
Octal 100 163 62 54 0 71 67 153 47 40
Binary 1000000 1110011 110010 101100 0 111001 110111 1101011 100111 100000

Color Harmonies of #407332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407332

Black with #407332

Text Example


Text Example

White with #407332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407332; }

 p { color: rgb(64,115,50); }

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

background-color css

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

 a { background-color: rgb(64,115,50); }

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

border-color css

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

 span { border-color: rgb(64,115,50); }

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