Html Css Color HEX #059342 Pigment Green

📋 copy color: '#059342'

red 5 ◦ green 147 ◦ blue 66

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

Shades of Pigment Green #059342

Tints of Pigment Green #059342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.43%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 2.29%
G = 67.43%
B = 30.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#059342 (or 0x059342) is known color: Pigment Green. HEX triplet: 05, 93 and 42. RGB value is (5,147,66). Sum of RGB (Red+Green+Blue) = 5+147+66=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #059342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059342 is #FA6CBD. Grayscale: #5F5F5F. Windows color (decimal): -16411838 or 4363013. OLE color: 4363013.

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

Color convert

RGB 5 147 66 -
CMYK 0.97 0 0.55 0.42
HSL 145.77º 0.93% 0.3% -
HSV(B) 145.77º 0.97% 0.58% -
XYZ 11.48 21.29 8.66 -
YUV 95.31 111.46 63.59 -
System Red Green Blue C M Y K H S L
Decimal 5 147 66 0.97 0 0.55 0.42 145.77 0.93 0.3
Hex 5 93 42 61 0 37 2A 92 5D 1E
Octal 5 223 102 141 0 67 52 222 135 36
Binary 101 10010011 1000010 1100001 0 110111 101010 10010010 1011101 11110

Color Harmonies of #059342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059342

Black with #059342

Text Example


Text Example

White with #059342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059342; }

 p { color: rgb(5,147,66); }

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

background-color css

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

 a { background-color: rgb(5,147,66); }

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

border-color css

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

 span { border-color: rgb(5,147,66); }

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