Html Css Color HEX #406133 Green House

📋 copy color: '#406133'

red 64 ◦ green 97 ◦ blue 51

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

Shades of Green House #406133

Tints of Green House #406133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 30.19%
G = 45.75%
B = 24.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#406133 (or 0x406133) is known color: Green House. HEX triplet: 40, 61 and 33. RGB value is (64,97,51). Sum of RGB (Red+Green+Blue) = 64+97+51=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #406133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406133 is #BF9ECC. Grayscale: #525252. Windows color (decimal): -12558029 or 3367232. OLE color: 3367232.

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

Color convert

RGB 64 97 51 -
CMYK 0.34 0 0.47 0.62
HSL 103.04º 0.31% 0.29% -
HSV(B) 103.04º 0.47% 0.38% -
XYZ 6.99 9.88 4.67 -
YUV 81.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 64 97 51 0.34 0 0.47 0.62 103.04 0.31 0.29
Hex 40 61 33 22 0 2F 3E 67 1F 1D
Octal 100 141 63 42 0 57 76 147 37 35
Binary 1000000 1100001 110011 100010 0 101111 111110 1100111 11111 11101

Color Harmonies of #406133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406133

Black with #406133

Text Example


Text Example

White with #406133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406133; }

 p { color: rgb(64,97,51); }

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

background-color css

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

 a { background-color: rgb(64,97,51); }

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

border-color css

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

 span { border-color: rgb(64,97,51); }

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