#058508

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

Shades of Green #058508

Tints of Green #058508

Color information

#058508 (or 0x058508) is unknown color: approx Green. HEX triplet: 05, 85 and 08. RGB value is (5,133,8). Sum of RGB (Red+Green+Blue) = 5+133+8=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 133 (52.34% from 255 or 91.10% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 133 - color contains mainly: green. Hex color #058508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058508 is #FA7AF7. Grayscale: #505050. Windows color (decimal): -16415480 or 558341. OLE color: 558341.

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

Color convert

RGB51338-
CMYK0.9600.940.48
HSL121.41º92.75%27.06%-
HSV(B)121.41º96.24%52.16%-
XYZ8.4916.823.03-
YUV80.4887.0974.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 133 (52.34% from 255) = 91.10%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=3.42%
G=91.10%
B=5.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal513380.9600.940.48121.4192.7527.06
Hex58586005E30795d1b
Octal52051014001366017113533
Binary1011000010110001100000010111101100001111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058508; }

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

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

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

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

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

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

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

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