#057668

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

Shades of Pine Green #057668

Tints of Pine Green #057668

Color information

#057668 (or 0x057668) is unknown color: approx Pine Green. HEX triplet: 05, 76 and 68. RGB value is (5,118,104). Sum of RGB (Red+Green+Blue) = 5+118+104=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #057668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057668 is #FA8997. Grayscale: #525252. Windows color (decimal): -16419224 or 6845957. OLE color: 6845957.

HSL color Cylindrical-coordinate representation of color #057668: hue angle of 172.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057668 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB5118104-
CMYK0.9600.120.54
HSL172.57º91.87%24.12%-
HSV(B)172.57º95.76%46.27%-
XYZ9.0413.9915.32-
YUV82.62140.0672.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=2.20%
G=51.98%
B=45.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51181040.9600.120.54172.5791.8724.12
Hex57668600C36ad5c18
Octal51661501400146625513430
Binary1011110110110100011000000110011011010101101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057668; }

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

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

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

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

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

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

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

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