#04820C

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

Shades of Green #04820C

Tints of Green #04820C

Color information

#04820C (or 0x04820C) is unknown color: approx Green. HEX triplet: 04, 82 and 0C. RGB value is (4,130,12). Sum of RGB (Red+Green+Blue) = 4+130+12=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 130 (51.17% from 255 or 89.04% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 130 - color contains mainly: green. Hex color #04820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04820C is #FB7DF3. Grayscale: #4F4F4F. Windows color (decimal): -16481780 or 819716. OLE color: 819716.

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

Color convert

RGB413012-
CMYK0.9700.910.49
HSL123.81º94.03%26.27%-
HSV(B)123.81º96.92%50.98%-
XYZ8.116.023.01-
YUV78.8790.2674.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 130 (51.17% from 255) = 89.04%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=2.74%
G=89.04%
B=8.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130120.9700.910.49123.8194.0326.27
Hex482C6105B317c5e1a
Octal42021414101336117413632
Binary1001000001011001100001010110111100011111100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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