#058108

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

Shades of Green #058108

Tints of Green #058108

Color information

#058108 (or 0x058108) is unknown color: approx Green. HEX triplet: 05, 81 and 08. RGB value is (5,129,8). Sum of RGB (Red+Green+Blue) = 5+129+8=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 129 (50.78% from 255 or 90.85% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 129 - color contains mainly: green. Hex color #058108 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058108 is #FA7EF7. Grayscale: #4E4E4E. Windows color (decimal): -16416504 or 557317. OLE color: 557317.

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

Color convert

RGB51298-
CMYK0.9600.940.49
HSL121.45º92.54%26.27%-
HSV(B)121.45º96.12%50.59%-
XYZ7.9615.752.85-
YUV78.1388.4275.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 129 (50.78% from 255) = 90.85%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=3.52%
G=90.85%
B=5.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal512980.9600.940.49121.4592.5426.27
Hex58186005E31795d1a
Octal52011014001366117113532
Binary1011000000110001100000010111101100011111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058108; }

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

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

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

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

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

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

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

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