#40702F

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

Shades of Green House #40702F

Tints of Green House #40702F

Color information

#40702F (or 0x40702F) is unknown color: approx Green House. HEX triplet: 40, 70 and 2F. RGB value is (64,112,47). Sum of RGB (Red+Green+Blue) = 64+112+47=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #40702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40702F is #BF8FD0. Grayscale: #5A5A5A. Windows color (decimal): -12554193 or 3108928. OLE color: 3108928.

HSL color Cylindrical-coordinate representation of color #40702F: hue angle of 104.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40702F is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB6411247-
CMYK0.4300.580.56
HSL104.31º40.88%31.18%-
HSV(B)104.31º58.04%43.92%-
XYZ8.4212.884.73-
YUV90.24103.6109.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=28.70%
G=50.22%
B=21.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112470.4300.580.56104.3140.8831.18
Hex40702F2B03A3868291f
Octal1001605753072701505137
Binary100000011100001011111010110111010111000110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40702F; }

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

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

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

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

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

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

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

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