#058601

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

Shades of Green #058601

Tints of Green #058601

Color information

#058601 (or 0x058601) is unknown color: approx Green. HEX triplet: 05, 86 and 01. RGB value is (5,134,1). Sum of RGB (Red+Green+Blue) = 5+134+1=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 134 (52.73% from 255 or 95.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 134 - color contains mainly: green. Hex color #058601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058601 is #FA79FE. Grayscale: #505050. Windows color (decimal): -16415231 or 99845. OLE color: 99845.

HSL color Cylindrical-coordinate representation of color #058601: hue angle of 118.2º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058601 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB51341-
CMYK0.9600.990.47
HSL118.2º98.52%26.47%-
HSV(B)118.2º99.25%52.55%-
XYZ8.5917.082.87-
YUV80.2783.2674.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 134 (52.73% from 255) = 95.71%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=3.57%
G=95.71%
B=0.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal513410.9600.990.47118.298.5226.47
Hex5861600632F76631a
Octal5206114001435716614332
Binary1011000011011100000011000111011111110110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058601; }

 p { color: rgb(5,134,1); }

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

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

 a { background-color: rgb(5,134,1); }

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

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

 span { border-color: rgb(5,134,1); }

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