#057170

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

Shades of Pine Green #057170

Tints of Pine Green #057170

Color information

#057170 (or 0x057170) is unknown color: approx Pine Green. HEX triplet: 05, 71 and 70. RGB value is (5,113,112). Sum of RGB (Red+Green+Blue) = 5+113+112=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #057170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057170 is #FA8E8F. Grayscale: #505050. Windows color (decimal): -16420496 or 7368965. OLE color: 7368965.

HSL color Cylindrical-coordinate representation of color #057170: hue angle of 179.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057170 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB5113112-
CMYK0.9600.010.56
HSL179.44º91.53%23.14%-
HSV(B)179.44º95.58%44.31%-
XYZ8.8913.0117.37-
YUV80.59145.7274.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=2.17%
G=49.13%
B=48.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51131120.9600.010.56179.4491.5323.14
Hex57170600138b35c17
Octal5161160140017026313427
Binary1011110001111000011000000111100010110011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057170; }

 p { color: rgb(5,113,112); }

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

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

 a { background-color: rgb(5,113,112); }

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

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

 span { border-color: rgb(5,113,112); }

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