Html Css Color HEX #059534 Pigment Green

📋 copy color: '#059534'

red 5 ◦ green 149 ◦ blue 52

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

Shades of Pigment Green #059534

Tints of Pigment Green #059534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 72.33%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 2.43%
G = 72.33%
B = 25.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#059534 (or 0x059534) is known color: Pigment Green. HEX triplet: 05, 95 and 34. RGB value is (5,149,52). Sum of RGB (Red+Green+Blue) = 5+149+52=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #059534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059534 is #FA6ACB. Grayscale: #5F5F5F. Windows color (decimal): -16411340 or 3446021. OLE color: 3446021.

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

Color convert

RGB 5 149 52 -
CMYK 0.97 0 0.65 0.42
HSL 139.58º 0.94% 0.3% -
HSV(B) 139.58º 0.97% 0.58% -
XYZ 11.43 21.78 6.85 -
YUV 94.89 103.79 63.89 -
System Red Green Blue C M Y K H S L
Decimal 5 149 52 0.97 0 0.65 0.42 139.58 0.94 0.3
Hex 5 95 34 61 0 41 2A 8C 5E 1E
Octal 5 225 64 141 0 101 52 214 136 36
Binary 101 10010101 110100 1100001 0 1000001 101010 10001100 1011110 11110

Color Harmonies of #059534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059534

Black with #059534

Text Example


Text Example

White with #059534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059534; }

 p { color: rgb(5,149,52); }

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

background-color css

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

 a { background-color: rgb(5,149,52); }

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

border-color css

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

 span { border-color: rgb(5,149,52); }

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