#057072

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

Shades of Pine Green #057072

Tints of Pine Green #057072

Color information

#057072 (or 0x057072) is unknown color: approx Pine Green. HEX triplet: 05, 70 and 72. RGB value is (5,112,114). Sum of RGB (Red+Green+Blue) = 5+112+114=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #057072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057072 is #FA8F8D. Grayscale: #505050. Windows color (decimal): -16420750 or 7499781. OLE color: 7499781.

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

Color convert

RGB5112114-
CMYK0.960.0200.55
HSL181.1º91.6%23.33%-
HSV(B)181.1º95.61%44.71%-
XYZ8.8912.8417.93-
YUV80.24147.0574.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=2.16%
G=48.48%
B=49.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51121140.960.0200.55181.191.623.33
Hex57072602037b55c17
Octal5160162140206726513427
Binary10111100001110010110000010011011110110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057072; }

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

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

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

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

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

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

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

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