Html Css Color HEX #059452 Pigment Green

📋 copy color: '#059452'

red 5 ◦ green 148 ◦ blue 82

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

Shades of Pigment Green #059452

Tints of Pigment Green #059452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.98%

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

R = 2.13%
G = 62.98%
B = 34.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#059452 (or 0x059452) is known color: Pigment Green. HEX triplet: 05, 94 and 52. RGB value is (5,148,82). Sum of RGB (Red+Green+Blue) = 5+148+82=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #059452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059452 is #FA6BAD. Grayscale: #616161. Windows color (decimal): -16411566 or 5411845. OLE color: 5411845.

HSL color Cylindrical-coordinate representation of color #059452: hue angle of 152.31º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059452 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 82 -
CMYK 0.97 0 0.45 0.42
HSL 152.31º 0.93% 0.3% -
HSV(B) 152.31º 0.97% 0.58% -
XYZ 12.18 21.82 11.55 -
YUV 97.72 119.12 61.87 -
System Red Green Blue C M Y K H S L
Decimal 5 148 82 0.97 0 0.45 0.42 152.31 0.93 0.3
Hex 5 94 52 61 0 2D 2A 98 5D 1E
Octal 5 224 122 141 0 55 52 230 135 36
Binary 101 10010100 1010010 1100001 0 101101 101010 10011000 1011101 11110

Color Harmonies of #059452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059452

Black with #059452

Text Example


Text Example

White with #059452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059452; }

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

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

background-color css

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

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

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

border-color css

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

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

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