#04806C

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

Shades of Pine Green #04806C

Tints of Pine Green #04806C

Color information

#04806C (or 0x04806C) is unknown color: approx Pine Green. HEX triplet: 04, 80 and 6C. RGB value is (4,128,108). Sum of RGB (Red+Green+Blue) = 4+128+108=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #04806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04806C is #FB7F93. Grayscale: #585858. Windows color (decimal): -16482196 or 7110660. OLE color: 7110660.

HSL color Cylindrical-coordinate representation of color #04806C: hue angle of 170.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04806C is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB4128108-
CMYK0.9700.160.50
HSL170.32º93.94%25.88%-
HSV(B)170.32º96.88%50.2%-
XYZ10.4816.5516.83-
YUV88.64138.9267.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 108 (42.58% from 255) = 45%
R=1.67%
G=53.33%
B=45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41281080.9700.160.50170.3293.9425.88
Hex4806C6101032aa5e1a
Octal42001541410206225213632
Binary100100000001101100110000101000011001010101010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04806C; }

 p { color: rgb(4,128,108); }

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

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

 a { background-color: rgb(4,128,108); }

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

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

 span { border-color: rgb(4,128,108); }

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