#036F72

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

Shades of Pine Green #036F72

Tints of Pine Green #036F72

Color information

#036F72 (or 0x036F72) is unknown color: approx Pine Green. HEX triplet: 03, 6F and 72. RGB value is (3,111,114). Sum of RGB (Red+Green+Blue) = 3+111+114=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #036F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F72 is #FC908D. Grayscale: #4E4E4E. Windows color (decimal): -16552078 or 7499523. OLE color: 7499523.

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

Color convert

RGB3111114-
CMYK0.970.0300.55
HSL181.62º94.87%22.94%-
HSV(B)181.62º97.37%44.71%-
XYZ8.7612.617.89-
YUV79.05147.7273.76-

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.68%
BLUE value IS 114 (44.92% from 255) = 50%
R=1.32%
G=48.68%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31111140.970.0300.55181.6294.8722.94
Hex36F72613037b65f17
Octal3157162141306726613727
Binary1111011111110010110000111011011110110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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