Html Css Color HEX #059A52 Pigment Green

📋 copy color: '#059A52'

red 5 ◦ green 154 ◦ blue 82

#059A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #059A52

Tints of Pigment Green #059A52

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

 GREEN value IS 154 (60.55% from 255) = 63.9%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 2.07%
G = 63.9%
B = 34.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#059A52 (or 0x059A52) is known color: Pigment Green. HEX triplet: 05, 9A and 52. RGB value is (5,154,82). Sum of RGB (Red+Green+Blue) = 5+154+82=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #059A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A52 is #FA65AD. Grayscale: #656565. Windows color (decimal): -16410030 or 5413381. OLE color: 5413381.

HSL color Cylindrical-coordinate representation of color #059A52: hue angle of 151.01º 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 #059A52 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 154 82 -
CMYK 0.97 0 0.47 0.40
HSL 151.01º 0.94% 0.31% -
HSV(B) 151.01º 0.97% 0.6% -
XYZ 13.14 23.75 11.87 -
YUV 101.24 117.14 59.35 -
System Red Green Blue C M Y K H S L
Decimal 5 154 82 0.97 0 0.47 0.40 151.01 0.94 0.31
Hex 5 9A 52 61 0 2F 28 97 5E 1F
Octal 5 232 122 141 0 57 50 227 136 37
Binary 101 10011010 1010010 1100001 0 101111 101000 10010111 1011110 11111

Color Harmonies of #059A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A52

Black with #059A52

Text Example


Text Example

White with #059A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059A52; }

 p { color: rgb(5,154,82); }

 H1.HeaderClassName
 {
   color: #059A52;
 }
 .AnyTagClassName
 {
   color: #059A52;
 }
</style>

background-color css

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

 a { background-color: rgb(5,154,82); }

 div.DivClassName
 {
   background-color: #059A52;
 }
 .BgClassName
 {
   background-color: #059A52;
 }
</style>

border-color css

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

 span { border-color: rgb(5,154,82); }

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