Html Css Color HEX #406236 Green House

📋 copy color: '#406236'

red 64 ◦ green 98 ◦ blue 54

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

Shades of Green House #406236

Tints of Green House #406236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 29.63%
G = 45.37%
B = 25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#406236 (or 0x406236) is known color: Green House. HEX triplet: 40, 62 and 36. RGB value is (64,98,54). Sum of RGB (Red+Green+Blue) = 64+98+54=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #406236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406236 is #BF9DC9. Grayscale: #525252. Windows color (decimal): -12557770 or 3564096. OLE color: 3564096.

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

Color convert

RGB 64 98 54 -
CMYK 0.35 0 0.45 0.62
HSL 106.36º 0.29% 0.3% -
HSV(B) 106.36º 0.45% 0.38% -
XYZ 7.15 10.09 5.06 -
YUV 82.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 64 98 54 0.35 0 0.45 0.62 106.36 0.29 0.3
Hex 40 62 36 23 0 2D 3E 6A 1D 1E
Octal 100 142 66 43 0 55 76 152 35 36
Binary 1000000 1100010 110110 100011 0 101101 111110 1101010 11101 11110

Color Harmonies of #406236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406236

Black with #406236

Text Example


Text Example

White with #406236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406236; }

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

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

background-color css

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

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

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

border-color css

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

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

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