#39702F

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

Shades of Green House #39702F

Tints of Green House #39702F

Color information

#39702F (or 0x39702F) is unknown color: approx Green House. HEX triplet: 39, 70 and 2F. RGB value is (57,112,47). Sum of RGB (Red+Green+Blue) = 57+112+47=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #39702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39702F is #C68FD0. Grayscale: #585858. Windows color (decimal): -13012945 or 3108921. OLE color: 3108921.

HSL color Cylindrical-coordinate representation of color #39702F: hue angle of 110.77º 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 #39702F is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5711247-
CMYK0.4900.580.56
HSL110.77º40.88%31.18%-
HSV(B)110.77º58.04%43.92%-
XYZ7.9912.664.71-
YUV88.15104.78105.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=26.39%
G=51.85%
B=21.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112470.4900.580.56110.7740.8831.18
Hex39702F3103A386f291f
Octal711605761072701575137
Binary11100111100001011111100010111010111000110111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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