#057168

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

Shades of Pine Green #057168

Tints of Pine Green #057168

Color information

#057168 (or 0x057168) is unknown color: approx Pine Green. HEX triplet: 05, 71 and 68. RGB value is (5,113,104). Sum of RGB (Red+Green+Blue) = 5+113+104=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #057168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057168 is #FA8E97. Grayscale: #4F4F4F. Windows color (decimal): -16420504 or 6844677. OLE color: 6844677.

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

Color convert

RGB5113104-
CMYK0.9600.080.56
HSL175º91.53%23.14%-
HSV(B)175º95.58%44.31%-
XYZ8.4712.8415.13-
YUV79.68141.7274.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=2.25%
G=50.90%
B=46.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51131040.9600.080.5617591.5323.14
Hex57168600838af5c17
Octal51611501400107025713427
Binary1011110001110100011000000100011100010101111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057168; }

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

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

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

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

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

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

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

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