#057A72

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

Shades of Pine Green #057A72

Tints of Pine Green #057A72

Color information

#057A72 (or 0x057A72) is unknown color: approx Pine Green. HEX triplet: 05, 7A and 72. RGB value is (5,122,114). Sum of RGB (Red+Green+Blue) = 5+122+114=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #057A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A72 is #FA858D. Grayscale: #565656. Windows color (decimal): -16418190 or 7502341. OLE color: 7502341.

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

Color convert

RGB5122114-
CMYK0.9600.070.52
HSL175.9º92.13%24.9%-
HSV(B)175.9º95.9%47.84%-
XYZ10.0615.1718.32-
YUV86.1143.7470.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 122 (48.05% from 255) = 50.62%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=2.07%
G=50.62%
B=47.30%

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
Decimal51221140.9600.070.52175.992.1324.9
Hex57A72600734b05c19
Octal5172162140076426013431
Binary101111101011100101100000011111010010110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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