#037066

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

Shades of Pine Green #037066

Tints of Pine Green #037066

Color information

#037066 (or 0x037066) is unknown color: approx Pine Green. HEX triplet: 03, 70 and 66. RGB value is (3,112,102). Sum of RGB (Red+Green+Blue) = 3+112+102=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #037066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037066 is #FC8F99. Grayscale: #4E4E4E. Windows color (decimal): -16551834 or 6713347. OLE color: 6713347.

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

Color convert

RGB3112102-
CMYK0.9700.090.56
HSL174.5º94.78%22.55%-
HSV(B)174.5º97.32%43.92%-
XYZ8.2312.5714.56-
YUV78.27141.3974.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=1.38%
G=51.61%
B=47.00%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31121020.9700.090.56174.594.7822.55
Hex37066610938ae5f17
Octal31601461410117025613727
Binary111110000110011011000010100111100010101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037066; }

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

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

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

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

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

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

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

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