Html Css Color HEX #059135 Pigment Green

📋 copy color: '#059135'

red 5 ◦ green 145 ◦ blue 53

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

Shades of Pigment Green #059135

Tints of Pigment Green #059135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 2.46%
G = 71.43%
B = 26.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#059135 (or 0x059135) is known color: Pigment Green. HEX triplet: 05, 91 and 35. RGB value is (5,145,53). Sum of RGB (Red+Green+Blue) = 5+145+53=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #059135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059135 is #FA6ECA. Grayscale: #5C5C5C. Windows color (decimal): -16412363 or 3510533. OLE color: 3510533.

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

Color convert

RGB 5 145 53 -
CMYK 0.97 0 0.63 0.43
HSL 140.57º 0.93% 0.29% -
HSV(B) 140.57º 0.97% 0.57% -
XYZ 10.83 20.54 6.76 -
YUV 92.65 105.62 65.48 -
System Red Green Blue C M Y K H S L
Decimal 5 145 53 0.97 0 0.63 0.43 140.57 0.93 0.29
Hex 5 91 35 61 0 3F 2B 8D 5D 1D
Octal 5 221 65 141 0 77 53 215 135 35
Binary 101 10010001 110101 1100001 0 111111 101011 10001101 1011101 11101

Color Harmonies of #059135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059135

Black with #059135

Text Example


Text Example

White with #059135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059135; }

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

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

background-color css

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

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

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

border-color css

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

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

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