Html Css Color HEX #407232 Green House

📋 copy color: '#407232'

red 64 ◦ green 114 ◦ blue 50

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

Shades of Green House #407232

Tints of Green House #407232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 28.07%
G = 50%
B = 21.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#407232 (or 0x407232) is known color: Green House. HEX triplet: 40, 72 and 32. RGB value is (64,114,50). Sum of RGB (Red+Green+Blue) = 64+114+50=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #407232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407232 is #BF8DCD. Grayscale: #5B5B5B. Windows color (decimal): -12553678 or 3306048. OLE color: 3306048.

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

Color convert

RGB 64 114 50 -
CMYK 0.44 0 0.56 0.55
HSL 106.88º 0.39% 0.32% -
HSV(B) 106.88º 0.56% 0.45% -
XYZ 8.71 13.35 5.14 -
YUV 91.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 64 114 50 0.44 0 0.56 0.55 106.88 0.39 0.32
Hex 40 72 32 2C 0 38 37 6B 27 20
Octal 100 162 62 54 0 70 67 153 47 40
Binary 1000000 1110010 110010 101100 0 111000 110111 1101011 100111 100000

Color Harmonies of #407232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407232

Black with #407232

Text Example


Text Example

White with #407232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407232; }

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

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

background-color css

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

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

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

border-color css

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

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

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