Html Css Color HEX #059035 Pigment Green

📋 copy color: '#059035'

red 5 ◦ green 144 ◦ blue 53

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

Shades of Pigment Green #059035

Tints of Pigment Green #059035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 71.29%

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

R = 2.48%
G = 71.29%
B = 26.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#059035 (or 0x059035) is known color: Pigment Green. HEX triplet: 05, 90 and 35. RGB value is (5,144,53). Sum of RGB (Red+Green+Blue) = 5+144+53=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #059035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059035 is #FA6FCA. Grayscale: #5C5C5C. Windows color (decimal): -16412619 or 3510277. OLE color: 3510277.

HSL color Cylindrical-coordinate representation of color #059035: hue angle of 140.72º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059035 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 53 -
CMYK 0.97 0 0.63 0.44
HSL 140.72º 0.93% 0.29% -
HSV(B) 140.72º 0.97% 0.56% -
XYZ 10.68 20.24 6.71 -
YUV 92.07 105.95 65.9 -
System Red Green Blue C M Y K H S L
Decimal 5 144 53 0.97 0 0.63 0.44 140.72 0.93 0.29
Hex 5 90 35 61 0 3F 2C 8D 5D 1D
Octal 5 220 65 141 0 77 54 215 135 35
Binary 101 10010000 110101 1100001 0 111111 101100 10001101 1011101 11101

Color Harmonies of #059035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059035

Black with #059035

Text Example


Text Example

White with #059035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059035; }

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

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

background-color css

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

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

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

border-color css

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

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

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