#059848

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

Shades of Pigment Green #059848

Tints of Pigment Green #059848

Color information

#059848 (or 0x059848) is unknown color: approx Pigment Green. HEX triplet: 05, 98 and 48. RGB value is (5,152,72). Sum of RGB (Red+Green+Blue) = 5+152+72=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #059848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059848 is #FA67B7. Grayscale: #636363. Windows color (decimal): -16410552 or 4757509. OLE color: 4757509.

HSL color Cylindrical-coordinate representation of color #059848: hue angle of 147.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059848 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB515272-
CMYK0.9700.530.40
HSL147.35º93.63%30.78%-
HSV(B)147.35º96.71%59.61%-
XYZ12.4622.969.91-
YUV98.93112.861-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 152 (59.77% from 255) = 66.38%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=2.18%
G=66.38%
B=31.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5152720.9700.530.40147.3593.6330.78
Hex598486103528935e1f
Octal52301101410655022313637
Binary1011001100010010001100001011010110100010010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059848; }

 p { color: rgb(5,152,72); }

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

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

 a { background-color: rgb(5,152,72); }

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

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

 span { border-color: rgb(5,152,72); }

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