Html Css Color HEX #059441 Pigment Green

📋 copy color: '#059441'

red 5 ◦ green 148 ◦ blue 65

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

Shades of Pigment Green #059441

Tints of Pigment Green #059441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 67.89%

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

R = 2.29%
G = 67.89%
B = 29.82%

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

#059441 (or 0x059441) is known color: Pigment Green. HEX triplet: 05, 94 and 41. RGB value is (5,148,65). Sum of RGB (Red+Green+Blue) = 5+148+65=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #059441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059441 is #FA6BBE. Grayscale: #5F5F5F. Windows color (decimal): -16411583 or 4297733. OLE color: 4297733.

HSL color Cylindrical-coordinate representation of color #059441: hue angle of 145.17º degrees, saturation: 0.93, 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 #059441 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 65 -
CMYK 0.97 0 0.56 0.42
HSL 145.17º 0.93% 0.3% -
HSV(B) 145.17º 0.97% 0.58% -
XYZ 11.61 21.59 8.56 -
YUV 95.78 110.62 63.25 -
System Red Green Blue C M Y K H S L
Decimal 5 148 65 0.97 0 0.56 0.42 145.17 0.93 0.3
Hex 5 94 41 61 0 38 2A 91 5D 1E
Octal 5 224 101 141 0 70 52 221 135 36
Binary 101 10010100 1000001 1100001 0 111000 101010 10010001 1011101 11110

Color Harmonies of #059441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059441

Black with #059441

Text Example


Text Example

White with #059441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059441; }

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

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

background-color css

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

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

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

border-color css

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

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

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