Html Css Color HEX #059652 Pigment Green

📋 copy color: '#059652'

red 5 ◦ green 150 ◦ blue 82

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

Shades of Pigment Green #059652

Tints of Pigment Green #059652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 2.11%
G = 63.29%
B = 34.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#059652 (or 0x059652) is known color: Pigment Green. HEX triplet: 05, 96 and 52. RGB value is (5,150,82). Sum of RGB (Red+Green+Blue) = 5+150+82=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #059652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059652 is #FA69AD. Grayscale: #636363. Windows color (decimal): -16411054 or 5412357. OLE color: 5412357.

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

Color convert

RGB 5 150 82 -
CMYK 0.97 0 0.45 0.41
HSL 151.86º 0.94% 0.3% -
HSV(B) 151.86º 0.97% 0.59% -
XYZ 12.49 22.45 11.66 -
YUV 98.89 118.46 61.03 -
System Red Green Blue C M Y K H S L
Decimal 5 150 82 0.97 0 0.45 0.41 151.86 0.94 0.3
Hex 5 96 52 61 0 2D 29 98 5E 1E
Octal 5 226 122 141 0 55 51 230 136 36
Binary 101 10010110 1010010 1100001 0 101101 101001 10011000 1011110 11110

Color Harmonies of #059652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059652

Black with #059652

Text Example


Text Example

White with #059652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059652; }

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

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

background-color css

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

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

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

border-color css

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

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

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