Html Css Color HEX #059141 Pigment Green

📋 copy color: '#059141'

red 5 ◦ green 145 ◦ blue 65

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

Shades of Pigment Green #059141

Tints of Pigment Green #059141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 67.44%

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

R = 2.33%
G = 67.44%
B = 30.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#059141 (or 0x059141) is known color: Pigment Green. HEX triplet: 05, 91 and 41. RGB value is (5,145,65). Sum of RGB (Red+Green+Blue) = 5+145+65=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #059141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059141 is #FA6EBE. Grayscale: #5E5E5E. Windows color (decimal): -16412351 or 4296965. OLE color: 4296965.

HSL color Cylindrical-coordinate representation of color #059141: hue angle of 145.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059141 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 65 -
CMYK 0.97 0 0.55 0.43
HSL 145.71º 0.93% 0.29% -
HSV(B) 145.71º 0.97% 0.57% -
XYZ 11.14 20.66 8.4 -
YUV 94.02 111.62 64.5 -
System Red Green Blue C M Y K H S L
Decimal 5 145 65 0.97 0 0.55 0.43 145.71 0.93 0.29
Hex 5 91 41 61 0 37 2B 92 5D 1D
Octal 5 221 101 141 0 67 53 222 135 35
Binary 101 10010001 1000001 1100001 0 110111 101011 10010010 1011101 11101

Color Harmonies of #059141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059141

Black with #059141

Text Example


Text Example

White with #059141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059141; }

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

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

background-color css

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

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

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

border-color css

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

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

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