#5a8219

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

Shades of Olive Drab #5A8219

Tints of Olive Drab #5A8219

Color information

#5A8219 (or 0x5A8219) is unknown color: approx Olive Drab. HEX triplet: 5A, 82 and 19. RGB value is (90,130,25). Sum of RGB (Red+Green+Blue) = 90+130+25=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8219 is #A57DE6. Grayscale: #6A6A6A. Windows color (decimal): -10845671 or 1671770. OLE color: 1671770.

HSL color Cylindrical-coordinate representation of color #5A8219: hue angle of 82.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A8219 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB9013025-
CMYK0.3100.810.49
HSL82.86º67.74%30.39%-
HSV(B)82.86º80.77%50.98%-
XYZ12.3718.213.78-
YUV106.0782.25116.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.73%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=36.73%
G=53.06%
B=10.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90130250.3100.810.4982.8667.7430.39
Hex5A82191F0513153441e
Octal132202313701216112310436
Binary1011010100000101100111111010100011100011010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a8219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a8219; }

 p { color: rgb(90,130,25); }

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

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

 a { background-color: rgb(90,130,25); }

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

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

 span { border-color: rgb(90,130,25); }

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