#058169

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

Shades of Pine Green #058169

Tints of Pine Green #058169

Color information

#058169 (or 0x058169) is unknown color: approx Pine Green. HEX triplet: 05, 81 and 69. RGB value is (5,129,105). Sum of RGB (Red+Green+Blue) = 5+129+105=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #058169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058169 is #FA7E96. Grayscale: #595959. Windows color (decimal): -16416407 or 6914309. OLE color: 6914309.

HSL color Cylindrical-coordinate representation of color #058169: hue angle of 168.39º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058169 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB5129105-
CMYK0.9600.190.49
HSL168.39º92.54%26.27%-
HSV(B)168.39º96.12%50.59%-
XYZ10.4616.7516.05-
YUV89.19136.9267.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=2.09%
G=53.97%
B=43.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51291050.9600.190.49168.3992.5426.27
Hex581696001331a85d1a
Octal52011511400236125013532
Binary101100000011101001110000001001111000110101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058169; }

 p { color: rgb(5,129,105); }

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

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

 a { background-color: rgb(5,129,105); }

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

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

 span { border-color: rgb(5,129,105); }

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