#05820C

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

Shades of Green #05820C

Tints of Green #05820C

Color information

#05820C (or 0x05820C) is unknown color: approx Green. HEX triplet: 05, 82 and 0C. RGB value is (5,130,12). Sum of RGB (Red+Green+Blue) = 5+130+12=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #05820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05820C is #FA7DF3. Grayscale: #4F4F4F. Windows color (decimal): -16416244 or 819717. OLE color: 819717.

HSL color Cylindrical-coordinate representation of color #05820C: hue angle of 123.36º 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 #05820C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB513012-
CMYK0.9600.910.49
HSL123.36º92.59%26.47%-
HSV(B)123.36º96.15%50.98%-
XYZ8.1116.023.01-
YUV79.1790.0975.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 130 (51.17% from 255) = 88.44%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=3.40%
G=88.44%
B=8.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5130120.9600.910.49123.3692.5926.47
Hex582C6005B317b5d1a
Octal52021414001336117313532
Binary1011000001011001100000010110111100011111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05820C; }

 p { color: rgb(5,130,12); }

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

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

 a { background-color: rgb(5,130,12); }

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

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

 span { border-color: rgb(5,130,12); }

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