Html Css Color HEX #059A49 Pigment Green

📋 copy color: '#059A49'

red 5 ◦ green 154 ◦ blue 73

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

Shades of Pigment Green #059A49

Tints of Pigment Green #059A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 2.16%
G = 66.38%
B = 31.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#059A49 (or 0x059A49) is known color: Pigment Green. HEX triplet: 05, 9A and 49. RGB value is (5,154,73). Sum of RGB (Red+Green+Blue) = 5+154+73=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 154 (60.55% from 255 or 66.38% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 154 - color contains mainly: green. Hex color #059A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A49 is #FA65B6. Grayscale: #646464. Windows color (decimal): -16410039 or 4823557. OLE color: 4823557.

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

Color convert

RGB 5 154 73 -
CMYK 0.97 0 0.53 0.40
HSL 147.38º 0.94% 0.31% -
HSV(B) 147.38º 0.97% 0.6% -
XYZ 12.82 23.62 10.19 -
YUV 100.22 112.64 60.09 -
System Red Green Blue C M Y K H S L
Decimal 5 154 73 0.97 0 0.53 0.40 147.38 0.94 0.31
Hex 5 9A 49 61 0 35 28 93 5E 1F
Octal 5 232 111 141 0 65 50 223 136 37
Binary 101 10011010 1001001 1100001 0 110101 101000 10010011 1011110 11111

Color Harmonies of #059A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A49

Black with #059A49

Text Example


Text Example

White with #059A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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