#057873

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

Shades of Pine Green #057873

Tints of Pine Green #057873

Color information

#057873 (or 0x057873) is unknown color: approx Pine Green. HEX triplet: 05, 78 and 73. RGB value is (5,120,115). Sum of RGB (Red+Green+Blue) = 5+120+115=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #057873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057873 is #FA878C. Grayscale: #545454. Windows color (decimal): -16418701 or 7567365. OLE color: 7567365.

HSL color Cylindrical-coordinate representation of color #057873: hue angle of 177.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057873 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB5120115-
CMYK0.9600.040.53
HSL177.39º92%24.51%-
HSV(B)177.39º95.83%47.06%-
XYZ9.8714.718.54-
YUV85.04144.970.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=2.08%
G=50%
B=47.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51201150.9600.040.53177.399224.51
Hex57873600435b15c19
Octal5170163140046526113431
Binary101111100011100111100000010011010110110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057873; }

 p { color: rgb(5,120,115); }

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

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

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

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

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

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

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