#058E36

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

Shades of Pigment Green #058E36

Tints of Pigment Green #058E36

Color information

#058E36 (or 0x058E36) is unknown color: approx Pigment Green. HEX triplet: 05, 8E and 36. RGB value is (5,142,54). Sum of RGB (Red+Green+Blue) = 5+142+54=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 142 (55.86% from 255 or 70.65% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 142 - color contains mainly: green. Hex color #058E36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E36 is #FA71C9. Grayscale: #5B5B5B. Windows color (decimal): -16413130 or 3575301. OLE color: 3575301.

HSL color Cylindrical-coordinate representation of color #058E36: hue angle of 141.46º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E36 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB514254-
CMYK0.9600.620.44
HSL141.46º93.2%28.82%-
HSV(B)141.46º96.48%55.69%-
XYZ10.419.646.73-
YUV91.01107.1166.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 142 (55.86% from 255) = 70.65%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=2.49%
G=70.65%
B=26.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5142540.9600.620.44141.4693.228.82
Hex58E366003E2C8d5d1d
Octal5216661400765421513535
Binary101100011101101101100000011111010110010001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058E36; }

 p { color: rgb(5,142,54); }

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

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

 a { background-color: rgb(5,142,54); }

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

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

 span { border-color: rgb(5,142,54); }

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