#058401

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

Shades of Green #058401

Tints of Green #058401

Color information

#058401 (or 0x058401) is unknown color: approx Green. HEX triplet: 05, 84 and 01. RGB value is (5,132,1). Sum of RGB (Red+Green+Blue) = 5+132+1=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 132 (51.95% from 255 or 95.65% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 132 - color contains mainly: green. Hex color #058401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058401 is #FA7BFE. Grayscale: #4F4F4F. Windows color (decimal): -16415743 or 99333. OLE color: 99333.

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

Color convert

RGB51321-
CMYK0.9600.990.48
HSL118.17º98.5%26.08%-
HSV(B)118.17º99.24%51.76%-
XYZ8.3216.542.78-
YUV79.0983.9275.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 132 (51.95% from 255) = 95.65%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=3.62%
G=95.65%
B=0.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal513210.9600.990.48118.1798.526.08
Hex5841600633076621a
Octal5204114001436016614232
Binary1011000010011100000011000111100001110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058401; }

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

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

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

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

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

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

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

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