Html Css Color HEX #059234 Pigment Green

📋 copy color: '#059234'

red 5 ◦ green 146 ◦ blue 52

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

Shades of Pigment Green #059234

Tints of Pigment Green #059234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 71.92%

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

R = 2.46%
G = 71.92%
B = 25.62%

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

#059234 (or 0x059234) is known color: Pigment Green. HEX triplet: 05, 92 and 34. RGB value is (5,146,52). Sum of RGB (Red+Green+Blue) = 5+146+52=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 146 (57.42% from 255 or 71.92% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 146 - color contains mainly: green. Hex color #059234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059234 is #FA6DCB. Grayscale: #5D5D5D. Windows color (decimal): -16412108 or 3445253. OLE color: 3445253.

HSL color Cylindrical-coordinate representation of color #059234: hue angle of 140º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059234 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 52 -
CMYK 0.97 0 0.64 0.43
HSL 140º 0.93% 0.3% -
HSV(B) 140º 0.97% 0.57% -
XYZ 10.96 20.84 6.69 -
YUV 93.13 104.79 65.14 -
System Red Green Blue C M Y K H S L
Decimal 5 146 52 0.97 0 0.64 0.43 140 0.93 0.3
Hex 5 92 34 61 0 40 2B 8C 5D 1E
Octal 5 222 64 141 0 100 53 214 135 36
Binary 101 10010010 110100 1100001 0 1000000 101011 10001100 1011101 11110

Color Harmonies of #059234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059234

Black with #059234

Text Example


Text Example

White with #059234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059234; }

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

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

background-color css

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

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

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

border-color css

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

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

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