#39702A

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

Shades of Green House #39702A

Tints of Green House #39702A

Color information

#39702A (or 0x39702A) is unknown color: approx Green House. HEX triplet: 39, 70 and 2A. RGB value is (57,112,42). Sum of RGB (Red+Green+Blue) = 57+112+42=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #39702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39702A is #C68FD5. Grayscale: #575757. Windows color (decimal): -13012950 or 2781241. OLE color: 2781241.

HSL color Cylindrical-coordinate representation of color #39702A: hue angle of 107.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39702A is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB5711242-
CMYK0.4900.620.56
HSL107.14º45.45%30.2%-
HSV(B)107.14º62.5%43.92%-
XYZ7.912.634.21-
YUV87.58102.28106.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=27.01%
G=53.08%
B=19.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112420.4900.620.56107.1445.4530.2
Hex39702A3103E386b2d1e
Octal711605261076701535536
Binary11100111100001010101100010111110111000110101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39702A; }

 p { color: rgb(57,112,42); }

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

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

 a { background-color: rgb(57,112,42); }

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

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

 span { border-color: rgb(57,112,42); }

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