#40703C

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

Shades of Green House #40703C

Tints of Green House #40703C

Color information

#40703C (or 0x40703C) is unknown color: approx Green House. HEX triplet: 40, 70 and 3C. RGB value is (64,112,60). Sum of RGB (Red+Green+Blue) = 64+112+60=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #40703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40703C is #BF8FC3. Grayscale: #5B5B5B. Windows color (decimal): -12554180 or 3960896. OLE color: 3960896.

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

Color convert

RGB6411260-
CMYK0.4300.460.56
HSL115.38º30.23%33.73%-
HSV(B)115.38º46.43%43.92%-
XYZ8.72136.33-
YUV91.72110.1108.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=27.12%
G=47.46%
B=25.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112600.4300.460.56115.3830.2333.73
Hex40703C2B02E38731e22
Octal1001607453056701633642
Binary100000011100001111001010110101110111000111001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40703C; }

 p { color: rgb(64,112,60); }

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

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

 a { background-color: rgb(64,112,60); }

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

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

 span { border-color: rgb(64,112,60); }

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