#5A8418

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

Shades of Olive Drab #5A8418

Tints of Olive Drab #5A8418

Color information

#5A8418 (or 0x5A8418) is unknown color: approx Olive Drab. HEX triplet: 5A, 84 and 18. RGB value is (90,132,24). Sum of RGB (Red+Green+Blue) = 90+132+24=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8418 is #A57BE7. Grayscale: #6B6B6B. Windows color (decimal): -10845160 or 1606746. OLE color: 1606746.

HSL color Cylindrical-coordinate representation of color #5A8418: hue angle of 83.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A8418 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB9013224-
CMYK0.3200.820.48
HSL83.33º69.23%30.59%-
HSV(B)83.33º81.82%51.76%-
XYZ12.6318.743.82-
YUV107.1381.09115.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.59%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=36.59%
G=53.66%
B=9.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90132240.3200.820.4883.3369.2330.59
Hex5A8418200523053451f
Octal132204304001226012310537
Binary10110101000010011000100000010100101100001010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,132,24); }

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

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

 a { background-color: rgb(90,132,24); }

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

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

 span { border-color: rgb(90,132,24); }

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