Html Css Color HEX #059640 Pigment Green

📋 copy color: '#059640'

red 5 ◦ green 150 ◦ blue 64

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

Shades of Pigment Green #059640

Tints of Pigment Green #059640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 2.28%
G = 68.49%
B = 29.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#059640 (or 0x059640) is known color: Pigment Green. HEX triplet: 05, 96 and 40. RGB value is (5,150,64). Sum of RGB (Red+Green+Blue) = 5+150+64=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #059640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059640 is #FA69BF. Grayscale: #616161. Windows color (decimal): -16411072 or 4232709. OLE color: 4232709.

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

Color convert

RGB 5 150 64 -
CMYK 0.97 0 0.57 0.41
HSL 144.41º 0.94% 0.3% -
HSV(B) 144.41º 0.97% 0.59% -
XYZ 11.89 22.22 8.51 -
YUV 96.84 109.46 62.49 -
System Red Green Blue C M Y K H S L
Decimal 5 150 64 0.97 0 0.57 0.41 144.41 0.94 0.3
Hex 5 96 40 61 0 39 29 90 5E 1E
Octal 5 226 100 141 0 71 51 220 136 36
Binary 101 10010110 1000000 1100001 0 111001 101001 10010000 1011110 11110

Color Harmonies of #059640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059640

Black with #059640

Text Example


Text Example

White with #059640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059640; }

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

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

background-color css

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

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

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

border-color css

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

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

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