#036F71

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

Shades of Pine Green #036F71

Tints of Pine Green #036F71

Color information

#036F71 (or 0x036F71) is unknown color: approx Pine Green. HEX triplet: 03, 6F and 71. RGB value is (3,111,113). Sum of RGB (Red+Green+Blue) = 3+111+113=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #036F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F71 is #FC908E. Grayscale: #4E4E4E. Windows color (decimal): -16552079 or 7433987. OLE color: 7433987.

HSL color Cylindrical-coordinate representation of color #036F71: hue angle of 181.09º 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 #036F71 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3111113-
CMYK0.970.0200.56
HSL181.09º94.83%22.75%-
HSV(B)181.09º97.35%44.31%-
XYZ8.712.5817.59-
YUV78.94147.2273.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=1.32%
G=48.90%
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
Decimal31111130.970.0200.56181.0994.8322.75
Hex36F71612038b55f17
Octal3157161141207026513727
Binary1111011111110001110000110011100010110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,111,113); }

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

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

 a { background-color: rgb(3,111,113); }

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

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

 span { border-color: rgb(3,111,113); }

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