#057171

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

Shades of Pine Green #057171

Tints of Pine Green #057171

Color information

#057171 (or 0x057171) is unknown color: approx Pine Green. HEX triplet: 05, 71 and 71. RGB value is (5,113,113). Sum of RGB (Red+Green+Blue) = 5+113+113=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #057171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057171 is #FA8E8E. Grayscale: #505050. Windows color (decimal): -16420495 or 7434501. OLE color: 7434501.

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

Color convert

RGB5113113-
CMYK0.96000.56
HSL180º91.53%23.14%-
HSV(B)180º95.58%44.31%-
XYZ8.9513.0317.67-
YUV80.71146.2274-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=2.16%
G=48.92%
B=48.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51131130.96000.5618091.5323.14
Hex57171600038b45c17
Octal5161161140007026413427
Binary1011110001111000111000000011100010110100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057171; }

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

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

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

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

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

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

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

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