#057A71

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

Shades of Pine Green #057A71

Tints of Pine Green #057A71

Color information

#057A71 (or 0x057A71) is unknown color: approx Pine Green. HEX triplet: 05, 7A and 71. RGB value is (5,122,113). Sum of RGB (Red+Green+Blue) = 5+122+113=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #057A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A71 is #FA858E. Grayscale: #555555. Windows color (decimal): -16418191 or 7436805. OLE color: 7436805.

HSL color Cylindrical-coordinate representation of color #057A71: hue angle of 175.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A71 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB5122113-
CMYK0.9600.070.52
HSL175.38º92.13%24.9%-
HSV(B)175.38º95.9%47.84%-
XYZ1015.1418.02-
YUV85.99143.2470.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 122 (48.05% from 255) = 50.83%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=2.08%
G=50.83%
B=47.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51221130.9600.070.52175.3892.1324.9
Hex57A71600734af5c19
Octal5172161140076425713431
Binary101111101011100011100000011111010010101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057A71; }

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

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

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

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

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

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

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

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