Html Css Color HEX #059146 Pigment Green

📋 copy color: '#059146'

red 5 ◦ green 145 ◦ blue 70

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

Shades of Pigment Green #059146

Tints of Pigment Green #059146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 2.27%
G = 65.91%
B = 31.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#059146 (or 0x059146) is known color: Pigment Green. HEX triplet: 05, 91 and 46. RGB value is (5,145,70). Sum of RGB (Red+Green+Blue) = 5+145+70=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #059146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059146 is #FA6EB9. Grayscale: #5E5E5E. Windows color (decimal): -16412346 or 4624645. OLE color: 4624645.

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

Color convert

RGB 5 145 70 -
CMYK 0.97 0 0.52 0.43
HSL 147.86º 0.93% 0.29% -
HSV(B) 147.86º 0.97% 0.57% -
XYZ 11.29 20.73 9.2 -
YUV 94.59 114.12 64.1 -
System Red Green Blue C M Y K H S L
Decimal 5 145 70 0.97 0 0.52 0.43 147.86 0.93 0.29
Hex 5 91 46 61 0 34 2B 94 5D 1D
Octal 5 221 106 141 0 64 53 224 135 35
Binary 101 10010001 1000110 1100001 0 110100 101011 10010100 1011101 11101

Color Harmonies of #059146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059146

Black with #059146

Text Example


Text Example

White with #059146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059146; }

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

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

background-color css

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

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

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

border-color css

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

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

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