Html Css Color HEX #059650 Pigment Green

📋 copy color: '#059650'

red 5 ◦ green 150 ◦ blue 80

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

Shades of Pigment Green #059650

Tints of Pigment Green #059650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.83%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 2.13%
G = 63.83%
B = 34.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#059650 (or 0x059650) is known color: Pigment Green. HEX triplet: 05, 96 and 50. RGB value is (5,150,80). Sum of RGB (Red+Green+Blue) = 5+150+80=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #059650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059650 is #FA69AF. Grayscale: #626262. Windows color (decimal): -16411056 or 5281285. OLE color: 5281285.

HSL color Cylindrical-coordinate representation of color #059650: hue angle of 151.03º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059650 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 80 -
CMYK 0.97 0 0.47 0.41
HSL 151.03º 0.94% 0.3% -
HSV(B) 151.03º 0.97% 0.59% -
XYZ 12.42 22.42 11.26 -
YUV 98.67 117.46 61.19 -
System Red Green Blue C M Y K H S L
Decimal 5 150 80 0.97 0 0.47 0.41 151.03 0.94 0.3
Hex 5 96 50 61 0 2F 29 97 5E 1E
Octal 5 226 120 141 0 57 51 227 136 36
Binary 101 10010110 1010000 1100001 0 101111 101001 10010111 1011110 11110

Color Harmonies of #059650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059650

Black with #059650

Text Example


Text Example

White with #059650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059650; }

 p { color: rgb(5,150,80); }

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

background-color css

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

 a { background-color: rgb(5,150,80); }

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

border-color css

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

 span { border-color: rgb(5,150,80); }

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