#058100

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

Shades of Green #058100

Tints of Green #058100

Color information

#058100 (or 0x058100) is unknown color: approx Green. HEX triplet: 05, 81 and 00. RGB value is (5,129,0). Sum of RGB (Red+Green+Blue) = 5+129+0=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 129 (50.78% from 255 or 96.27% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 129 - color contains mainly: green. Hex color #058100 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058100 is #FA7EFF. Grayscale: #4D4D4D. Windows color (decimal): -16416512 or 33029. OLE color: 33029.

HSL color Cylindrical-coordinate representation of color #058100: hue angle of 117.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #058100 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB51290-
CMYK0.96010.49
HSL117.67º100%25.29%-
HSV(B)117.67º100%50.59%-
XYZ7.9115.732.62-
YUV77.2284.4276.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 129 (50.78% from 255) = 96.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.73%
G=96.27%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal512900.96010.49117.6710025.29
Hex58106006431766419
Octal5201014001446116614431
Binary1011000000101100000011001001100011110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058100; }

 p { color: rgb(5,129,0); }

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

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

 a { background-color: rgb(5,129,0); }

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

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

 span { border-color: rgb(5,129,0); }

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