#037371

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

Shades of Pine Green #037371

Tints of Pine Green #037371

Color information

#037371 (or 0x037371) is unknown color: approx Pine Green. HEX triplet: 03, 73 and 71. RGB value is (3,115,113). Sum of RGB (Red+Green+Blue) = 3+115+113=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #037371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037371 is #FC8C8E. Grayscale: #515151. Windows color (decimal): -16551055 or 7435011. OLE color: 7435011.

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

Color convert

RGB3115113-
CMYK0.9700.020.55
HSL178.93º94.92%23.14%-
HSV(B)178.93º97.39%45.1%-
XYZ9.1513.4717.74-
YUV81.28145.8972.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=1.30%
G=49.78%
B=48.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31151130.9700.020.55178.9394.9223.14
Hex37371610237b35f17
Octal3163161141026726313727
Binary1111100111110001110000101011011110110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037371; }

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

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

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

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

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

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

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

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