Html Css Color HEX #406032 Green House

📋 copy color: '#406032'

red 64 ◦ green 96 ◦ blue 50

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

Shades of Green House #406032

Tints of Green House #406032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 30.48%
G = 45.71%
B = 23.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#406032 (or 0x406032) is known color: Green House. HEX triplet: 40, 60 and 32. RGB value is (64,96,50). Sum of RGB (Red+Green+Blue) = 64+96+50=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #406032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406032 is #BF9FCD. Grayscale: #515151. Windows color (decimal): -12558286 or 3301440. OLE color: 3301440.

HSL color Cylindrical-coordinate representation of color #406032: hue angle of 101.74º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #406032 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 50 -
CMYK 0.33 0 0.48 0.62
HSL 101.74º 0.32% 0.29% -
HSV(B) 101.74º 0.48% 0.38% -
XYZ 6.87 9.69 4.52 -
YUV 81.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 64 96 50 0.33 0 0.48 0.62 101.74 0.32 0.29
Hex 40 60 32 21 0 30 3E 66 20 1D
Octal 100 140 62 41 0 60 76 146 40 35
Binary 1000000 1100000 110010 100001 0 110000 111110 1100110 100000 11101

Color Harmonies of #406032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406032

Black with #406032

Text Example


Text Example

White with #406032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406032; }

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

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

background-color css

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

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

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

border-color css

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

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

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