#407538

Color #407538 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #407538

Tints of Green House #407538

Color information

#407538 (or 0x407538) is unknown color: approx Green House. HEX triplet: 40, 75 and 38. RGB value is (64,117,56). Sum of RGB (Red+Green+Blue) = 64+117+56=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #407538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407538 is #BF8AC7. Grayscale: #5E5E5E. Windows color (decimal): -12552904 or 3700032. OLE color: 3700032.

HSL color Cylindrical-coordinate representation of color #407538: hue angle of 112.13º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407538 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB6411756-
CMYK0.4500.520.54
HSL112.13º35.26%33.92%-
HSV(B)112.13º52.14%45.88%-
XYZ9.1914.15.98-
YUV94.2106.44106.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=27.00%
G=49.37%
B=23.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117560.4500.520.54112.1335.2633.92
Hex4075382D03436702322
Octal1001657055064661604342
Binary1000000111010111100010110101101001101101110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407538; }

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

 H1.HeaderClassName
 {
   color: #407538;
 }
 .AnyTagClassName
 {
   color: #407538;
 }
</style>
background-color css

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

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

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

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

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

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