Html Css Color HEX #407238 Green House

📋 copy color: '#407238'

red 64 ◦ green 114 ◦ blue 56

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

Shades of Green House #407238

Tints of Green House #407238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 27.35%
G = 48.72%
B = 23.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#407238 (or 0x407238) is known color: Green House. HEX triplet: 40, 72 and 38. RGB value is (64,114,56). Sum of RGB (Red+Green+Blue) = 64+114+56=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #407238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407238 is #BF8DC7. Grayscale: #5C5C5C. Windows color (decimal): -12553672 or 3699264. OLE color: 3699264.

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

Color convert

RGB 64 114 56 -
CMYK 0.44 0 0.51 0.55
HSL 111.72º 0.34% 0.33% -
HSV(B) 111.72º 0.51% 0.45% -
XYZ 8.85 13.41 5.86 -
YUV 92.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 64 114 56 0.44 0 0.51 0.55 111.72 0.34 0.33
Hex 40 72 38 2C 0 33 37 70 22 21
Octal 100 162 70 54 0 63 67 160 42 41
Binary 1000000 1110010 111000 101100 0 110011 110111 1110000 100010 100001

Color Harmonies of #407238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407238

Black with #407238

Text Example


Text Example

White with #407238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407238; }

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

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

background-color css

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

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

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

border-color css

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

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

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