#05806E

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

Shades of Pine Green #05806E

Tints of Pine Green #05806E

Color information

#05806E (or 0x05806E) is unknown color: approx Pine Green. HEX triplet: 05, 80 and 6E. RGB value is (5,128,110). Sum of RGB (Red+Green+Blue) = 5+128+110=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #05806E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05806E is #FA7F91. Grayscale: #595959. Windows color (decimal): -16416658 or 7241733. OLE color: 7241733.

HSL color Cylindrical-coordinate representation of color #05806E: hue angle of 171.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05806E is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB5128110-
CMYK0.9600.140.50
HSL171.22º92.48%26.08%-
HSV(B)171.22º96.09%50.2%-
XYZ10.616.617.4-
YUV89.17139.7567.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=2.06%
G=52.67%
B=45.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51281100.9600.140.50171.2292.4826.08
Hex5806E600E32ab5c1a
Octal52001561400166225313432
Binary10110000000110111011000000111011001010101011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05806E; }

 p { color: rgb(5,128,110); }

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

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

 a { background-color: rgb(5,128,110); }

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

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

 span { border-color: rgb(5,128,110); }

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