#059C4B

Color #059C4B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #059C4B

Tints of Pigment Green #059C4B

Color information

#059C4B (or 0x059C4B) is unknown color: approx Pigment Green. HEX triplet: 05, 9C and 4B. RGB value is (5,156,75). Sum of RGB (Red+Green+Blue) = 5+156+75=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #059C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C4B is #FA63B4. Grayscale: #656565. Windows color (decimal): -16409525 or 4955141. OLE color: 4955141.

HSL color Cylindrical-coordinate representation of color #059C4B: hue angle of 147.81º 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 #059C4B is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB515675-
CMYK0.9700.520.39
HSL147.81º93.79%31.57%-
HSV(B)147.81º96.79%61.18%-
XYZ13.2224.3210.65-
YUV101.62112.9759.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 156 (61.33% from 255) = 66.10%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=2.12%
G=66.10%
B=31.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5156750.9700.520.39147.8193.7931.57
Hex59C4B6103427945e20
Octal52341131410644722413640
Binary10110011100100101111000010110100100111100101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #059C4B;
 }
 .AnyTagClassName
 {
   color: #059C4B;
 }
</style>
background-color css

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

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

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

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

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

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