#04820A

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

Shades of Green #04820A

Tints of Green #04820A

Color information

#04820A (or 0x04820A) is unknown color: approx Green. HEX triplet: 04, 82 and 0A. RGB value is (4,130,10). Sum of RGB (Red+Green+Blue) = 4+130+10=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 130 (51.17% from 255 or 90.28% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 130 - color contains mainly: green. Hex color #04820A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04820A is #FB7DF5. Grayscale: #4F4F4F. Windows color (decimal): -16481782 or 688644. OLE color: 688644.

HSL color Cylindrical-coordinate representation of color #04820A: hue angle of 122.86º 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 #04820A is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB413010-
CMYK0.9700.920.49
HSL122.86º94.03%26.27%-
HSV(B)122.86º96.92%50.98%-
XYZ8.0916.012.95-
YUV78.6589.2674.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 130 (51.17% from 255) = 90.28%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=2.78%
G=90.28%
B=6.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130100.9700.920.49122.8694.0326.27
Hex482A6105C317b5e1a
Octal42021214101346117313632
Binary1001000001010101100001010111001100011111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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