Html Css Color HEX #059C38 Pigment Green

📋 copy color: '#059C38'

red 5 ◦ green 156 ◦ blue 56

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

Shades of Pigment Green #059C38

Tints of Pigment Green #059C38

RGB

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

 GREEN value IS 156 (61.33% from 255) = 71.89%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 2.3%
G = 71.89%
B = 25.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#059C38 (or 0x059C38) is known color: Pigment Green. HEX triplet: 05, 9C and 38. RGB value is (5,156,56). Sum of RGB (Red+Green+Blue) = 5+156+56=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 156 (61.33% from 255 or 71.89% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 156 - color contains mainly: green. Hex color #059C38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C38 is #FA63C7. Grayscale: #636363. Windows color (decimal): -16409544 or 3709957. OLE color: 3709957.

HSL color Cylindrical-coordinate representation of color #059C38: hue angle of 140.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C38 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 156 56 -
CMYK 0.97 0 0.64 0.39
HSL 140.26º 0.94% 0.32% -
HSV(B) 140.26º 0.97% 0.61% -
XYZ 12.66 24.09 7.72 -
YUV 99.45 103.47 60.63 -
System Red Green Blue C M Y K H S L
Decimal 5 156 56 0.97 0 0.64 0.39 140.26 0.94 0.32
Hex 5 9C 38 61 0 40 27 8C 5E 20
Octal 5 234 70 141 0 100 47 214 136 40
Binary 101 10011100 111000 1100001 0 1000000 100111 10001100 1011110 100000

Color Harmonies of #059C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059C38

Black with #059C38

Text Example


Text Example

White with #059C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059C38; }

 p { color: rgb(5,156,56); }

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

background-color css

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

 a { background-color: rgb(5,156,56); }

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

border-color css

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

 span { border-color: rgb(5,156,56); }

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