#036E70

Color #036E70 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #036E70

Tints of Pine Green #036E70

Color information

#036E70 (or 0x036E70) is unknown color: approx Pine Green. HEX triplet: 03, 6E and 70. RGB value is (3,110,112). Sum of RGB (Red+Green+Blue) = 3+110+112=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #036E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E70 is #FC918F. Grayscale: #4E4E4E. Windows color (decimal): -16552336 or 7368195. OLE color: 7368195.

HSL color Cylindrical-coordinate representation of color #036E70: hue angle of 181.1º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E70 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3110112-
CMYK0.970.0200.56
HSL181.1º94.78%22.55%-
HSV(B)181.1º97.32%43.92%-
XYZ8.5412.3417.26-
YUV78.24147.0574.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=1.33%
G=48.89%
B=49.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31101120.970.0200.56181.194.7822.55
Hex36E70612038b55f17
Octal3156160141207026513727
Binary1111011101110000110000110011100010110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036E70; }

 p { color: rgb(3,110,112); }

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

<style>
 a { background-color: #036E70; }

 a { background-color: rgb(3,110,112); }

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

<style>
 span { border-color: #036E70; }

 span { border-color: rgb(3,110,112); }

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