#059648

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

Shades of Pigment Green #059648

Tints of Pigment Green #059648

Color information

#059648 (or 0x059648) is unknown color: approx Pigment Green. HEX triplet: 05, 96 and 48. RGB value is (5,150,72). Sum of RGB (Red+Green+Blue) = 5+150+72=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #059648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059648 is #FA69B7. Grayscale: #616161. Windows color (decimal): -16411064 or 4756997. OLE color: 4756997.

HSL color Cylindrical-coordinate representation of color #059648: hue angle of 147.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059648 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB515072-
CMYK0.9700.520.41
HSL147.72º93.55%30.39%-
HSV(B)147.72º96.67%58.82%-
XYZ12.1422.319.8-
YUV97.75113.4661.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 150 (58.98% from 255) = 66.08%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=2.20%
G=66.08%
B=31.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150720.9700.520.41147.7293.5530.39
Hex596486103429945e1e
Octal52261101410645122413636
Binary1011001011010010001100001011010010100110010100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059648; }

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

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

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

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

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

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

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

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