Html Css Color HEX #059432 Pigment Green

📋 copy color: '#059432'

red 5 ◦ green 148 ◦ blue 50

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

Shades of Pigment Green #059432

Tints of Pigment Green #059432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 2.46%
G = 72.91%
B = 24.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#059432 (or 0x059432) is known color: Pigment Green. HEX triplet: 05, 94 and 32. RGB value is (5,148,50). Sum of RGB (Red+Green+Blue) = 5+148+50=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #059432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059432 is #FA6BCD. Grayscale: #5E5E5E. Windows color (decimal): -16411598 or 3314693. OLE color: 3314693.

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

Color convert

RGB 5 148 50 -
CMYK 0.97 0 0.66 0.42
HSL 138.88º 0.93% 0.3% -
HSV(B) 138.88º 0.97% 0.58% -
XYZ 11.23 21.44 6.56 -
YUV 94.07 103.12 64.47 -
System Red Green Blue C M Y K H S L
Decimal 5 148 50 0.97 0 0.66 0.42 138.88 0.93 0.3
Hex 5 94 32 61 0 42 2A 8B 5D 1E
Octal 5 224 62 141 0 102 52 213 135 36
Binary 101 10010100 110010 1100001 0 1000010 101010 10001011 1011101 11110

Color Harmonies of #059432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059432

Black with #059432

Text Example


Text Example

White with #059432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059432; }

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

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

background-color css

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

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

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

border-color css

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

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

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