#828004

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

Shades of Olive #828004

Tints of Olive #828004

Color information

#828004 (or 0x828004) is unknown color: approx Olive. HEX triplet: 82, 80 and 04. RGB value is (130,128,4). Sum of RGB (Red+Green+Blue) = 130+128+4=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #828004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828004 is #7D7FFB. Grayscale: #727272. Windows color (decimal): -8224764 or 295042. OLE color: 295042.

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

Color convert

RGB1301284-
CMYK00.020.970.49
HSL59.05º94.03%26.27%-
HSV(B)59.05º96.92%50.98%-
XYZ16.9520.193.12-
YUV114.4665.66139.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=49.62%
G=48.85%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130128400.020.970.4959.0594.0326.27
Hex828040261313b5e1a
Octal202200402141617313632
Binary10000010100000001000101100001110001111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828004; }

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

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

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

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

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

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

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

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