#3E702F

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

Shades of Green House #3E702F

Tints of Green House #3E702F

Color information

#3E702F (or 0x3E702F) is unknown color: approx Green House. HEX triplet: 3E, 70 and 2F. RGB value is (62,112,47). Sum of RGB (Red+Green+Blue) = 62+112+47=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #3E702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E702F is #C18FD0. Grayscale: #595959. Windows color (decimal): -12685265 or 3108926. OLE color: 3108926.

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

Color convert

RGB6211247-
CMYK0.4500.580.56
HSL106.15º40.88%31.18%-
HSV(B)106.15º58.04%43.92%-
XYZ8.2912.824.73-
YUV89.64103.94108.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=28.05%
G=50.68%
B=21.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112470.4500.580.56106.1540.8831.18
Hex3E702F2D03A386a291f
Octal761605755072701525137
Binary11111011100001011111011010111010111000110101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E702F; }

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

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

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

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

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

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

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

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