#5d8a14

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

Shades of Olive Drab #5D8A14

Tints of Olive Drab #5D8A14

Color information

#5D8A14 (or 0x5D8A14) is unknown color: approx Olive Drab. HEX triplet: 5D, 8A and 14. RGB value is (93,138,20). Sum of RGB (Red+Green+Blue) = 93+138+20=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #5D8A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8A14 is #A275EB. Grayscale: #6F6F6F. Windows color (decimal): -10647020 or 1346141. OLE color: 1346141.

HSL color Cylindrical-coordinate representation of color #5D8A14: hue angle of 82.88º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D8A14 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB9313820-
CMYK0.3300.860.46
HSL82.88º74.68%30.98%-
HSV(B)82.88º85.51%54.12%-
XYZ13.7320.553.91-
YUV111.0976.59115.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.05%
GREEN value IS 138 (54.30% from 255) = 54.98%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=37.05%
G=54.98%
B=7.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93138200.3300.860.4682.8874.6830.98
Hex5D8A14210562E534b1f
Octal135212244101265612311337
Binary10111011000101010100100001010101101011101010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d8a14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,138,20); }

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

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

 a { background-color: rgb(93,138,20); }

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

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

 span { border-color: rgb(93,138,20); }

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