Html Css Color HEX #407132 Green House

📋 copy color: '#407132'

red 64 ◦ green 113 ◦ blue 50

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

Shades of Green House #407132

Tints of Green House #407132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

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

R = 28.19%
G = 49.78%
B = 22.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#407132 (or 0x407132) is known color: Green House. HEX triplet: 40, 71 and 32. RGB value is (64,113,50). Sum of RGB (Red+Green+Blue) = 64+113+50=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #407132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407132 is #BF8ECD. Grayscale: #5B5B5B. Windows color (decimal): -12553934 or 3305792. OLE color: 3305792.

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

Color convert

RGB 64 113 50 -
CMYK 0.43 0 0.56 0.56
HSL 106.67º 0.39% 0.32% -
HSV(B) 106.67º 0.56% 0.44% -
XYZ 8.6 13.13 5.1 -
YUV 91.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 64 113 50 0.43 0 0.56 0.56 106.67 0.39 0.32
Hex 40 71 32 2B 0 38 38 6B 27 20
Octal 100 161 62 53 0 70 70 153 47 40
Binary 1000000 1110001 110010 101011 0 111000 111000 1101011 100111 100000

Color Harmonies of #407132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407132

Black with #407132

Text Example


Text Example

White with #407132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407132; }

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

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

background-color css

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

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

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

border-color css

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

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

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