#407338

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

Shades of Green House #407338

Tints of Green House #407338

Color information

#407338 (or 0x407338) is unknown color: approx Green House. HEX triplet: 40, 73 and 38. RGB value is (64,115,56). Sum of RGB (Red+Green+Blue) = 64+115+56=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #407338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407338 is #BF8CC7. Grayscale: #5D5D5D. Windows color (decimal): -12553416 or 3699520. OLE color: 3699520.

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

Color convert

RGB6411556-
CMYK0.4400.510.55
HSL111.86º34.5%33.53%-
HSV(B)111.86º51.3%45.1%-
XYZ8.9613.645.9-
YUV93.02107.1107.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=27.23%
G=48.94%
B=23.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115560.4400.510.55111.8634.533.53
Hex4073382C03337702322
Octal1001637054063671604342
Binary1000000111001111100010110001100111101111110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407338; }

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

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

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

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

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

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

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

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