#05806A

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

Shades of Pine Green #05806A

Tints of Pine Green #05806A

Color information

#05806A (or 0x05806A) is unknown color: approx Pine Green. HEX triplet: 05, 80 and 6A. RGB value is (5,128,106). Sum of RGB (Red+Green+Blue) = 5+128+106=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #05806A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05806A is #FA7F95. Grayscale: #585858. Windows color (decimal): -16416662 or 6979589. OLE color: 6979589.

HSL color Cylindrical-coordinate representation of color #05806A: hue angle of 169.27º 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 #05806A is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB5128106-
CMYK0.9600.170.50
HSL169.27º92.48%26.08%-
HSV(B)169.27º96.09%50.2%-
XYZ10.3816.5116.28-
YUV88.72137.7568.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 128 (50.39% from 255) = 53.56%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=2.09%
G=53.56%
B=44.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51281060.9600.170.50169.2792.4826.08
Hex5806A6001132a95c1a
Octal52001521400216225113432
Binary101100000001101010110000001000111001010101001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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