#037172

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

Shades of Pine Green #037172

Tints of Pine Green #037172

Color information

#037172 (or 0x037172) is unknown color: approx Pine Green. HEX triplet: 03, 71 and 72. RGB value is (3,113,114). Sum of RGB (Red+Green+Blue) = 3+113+114=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #037172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037172 is #FC8E8D. Grayscale: #505050. Windows color (decimal): -16551566 or 7500035. OLE color: 7500035.

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

Color convert

RGB3113114-
CMYK0.970.0100.55
HSL180.54º94.87%22.94%-
HSV(B)180.54º97.37%44.71%-
XYZ8.9813.0417.96-
YUV80.22147.0672.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=1.30%
G=49.13%
B=49.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31131140.970.0100.55180.5494.8722.94
Hex37172611037b55f17
Octal3161162141106726513727
Binary111110001111001011000011011011110110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037172; }

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

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

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

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

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

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

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

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