Html Css Color HEX #059134 Pigment Green

📋 copy color: '#059134'

red 5 ◦ green 145 ◦ blue 52

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

Shades of Pigment Green #059134

Tints of Pigment Green #059134

RGB

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

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

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

R = 2.48%
G = 71.78%
B = 25.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#059134 (or 0x059134) is known color: Pigment Green. HEX triplet: 05, 91 and 34. RGB value is (5,145,52). Sum of RGB (Red+Green+Blue) = 5+145+52=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #059134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059134 is #FA6ECB. Grayscale: #5C5C5C. Windows color (decimal): -16412364 or 3444997. OLE color: 3444997.

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

Color convert

RGB 5 145 52 -
CMYK 0.97 0 0.64 0.43
HSL 140.14º 0.93% 0.29% -
HSV(B) 140.14º 0.97% 0.57% -
XYZ 10.81 20.53 6.64 -
YUV 92.54 105.12 65.56 -
System Red Green Blue C M Y K H S L
Decimal 5 145 52 0.97 0 0.64 0.43 140.14 0.93 0.29
Hex 5 91 34 61 0 40 2B 8C 5D 1D
Octal 5 221 64 141 0 100 53 214 135 35
Binary 101 10010001 110100 1100001 0 1000000 101011 10001100 1011101 11101

Color Harmonies of #059134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059134

Black with #059134

Text Example


Text Example

White with #059134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059134; }

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

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

background-color css

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

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

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

border-color css

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

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

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