#005808

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

Shades of Green #005808

Tints of Green #005808

Color information

#005808 (or 0x005808) is unknown color: approx Green. HEX triplet: 00, 58 and 08. RGB value is (0,88,8). Sum of RGB (Red+Green+Blue) = 0+88+8=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 88 (34.77% from 255 or 91.67% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 88 - color contains mainly: green. Hex color #005808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005808 is #FFA7F7. Grayscale: #343434. Windows color (decimal): -16754680 or 546816. OLE color: 546816.

HSL color Cylindrical-coordinate representation of color #005808: hue angle of 125.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005808 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB0888-
CMYK100.910.65
HSL125.45º100%17.25%-
HSV(B)125.45º100%34.51%-
XYZ3.5371.39-
YUV52.57102.8590.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 91.67%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=0%
G=91.67%
B=8.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0888100.910.65125.4510017.25
Hex05886405B417d6411
Octal013010144013310117514421
Binary01011000100011001000101101110000011111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005808; }

 p { color: rgb(0,88,8); }

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

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

 a { background-color: rgb(0,88,8); }

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

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

 span { border-color: rgb(0,88,8); }

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