#05800D

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

Shades of Green #05800D

Tints of Green #05800D

Color information

#05800D (or 0x05800D) is unknown color: approx Green. HEX triplet: 05, 80 and 0D. RGB value is (5,128,13). Sum of RGB (Red+Green+Blue) = 5+128+13=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 128 (50.39% from 255 or 87.67% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 128 - color contains mainly: green. Hex color #05800D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05800D is #FA7FF2. Grayscale: #4E4E4E. Windows color (decimal): -16416755 or 884741. OLE color: 884741.

HSL color Cylindrical-coordinate representation of color #05800D: hue angle of 123.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05800D is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB512813-
CMYK0.9600.900.50
HSL123.9º92.48%26.08%-
HSV(B)123.9º96.09%50.2%-
XYZ7.8515.52.96-
YUV78.1191.2575.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 128 (50.39% from 255) = 87.67%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=3.42%
G=87.67%
B=8.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5128130.9600.900.50123.992.4826.08
Hex580D6005A327c5c1a
Octal52001514001326217413432
Binary1011000000011011100000010110101100101111100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05800D; }

 p { color: rgb(5,128,13); }

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

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

 a { background-color: rgb(5,128,13); }

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

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

 span { border-color: rgb(5,128,13); }

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