Html Css Color HEX #059541 Pigment Green

📋 copy color: '#059541'

red 5 ◦ green 149 ◦ blue 65

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

Shades of Pigment Green #059541

Tints of Pigment Green #059541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.04%

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 2.28%
G = 68.04%
B = 29.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#059541 (or 0x059541) is known color: Pigment Green. HEX triplet: 05, 95 and 41. RGB value is (5,149,65). Sum of RGB (Red+Green+Blue) = 5+149+65=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #059541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059541 is #FA6ABE. Grayscale: #606060. Windows color (decimal): -16411327 or 4297989. OLE color: 4297989.

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

Color convert

RGB 5 149 65 -
CMYK 0.97 0 0.56 0.42
HSL 145º 0.94% 0.3% -
HSV(B) 145º 0.97% 0.58% -
XYZ 11.76 21.91 8.61 -
YUV 96.37 110.29 62.83 -
System Red Green Blue C M Y K H S L
Decimal 5 149 65 0.97 0 0.56 0.42 145 0.94 0.3
Hex 5 95 41 61 0 38 2A 91 5E 1E
Octal 5 225 101 141 0 70 52 221 136 36
Binary 101 10010101 1000001 1100001 0 111000 101010 10010001 1011110 11110

Color Harmonies of #059541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059541

Black with #059541

Text Example


Text Example

White with #059541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059541; }

 p { color: rgb(5,149,65); }

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

background-color css

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

 a { background-color: rgb(5,149,65); }

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

border-color css

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

 span { border-color: rgb(5,149,65); }

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