Html Css Color HEX #5D8D14 Olive Drab

📋 copy color: '#5D8D14'

red 93 ◦ green 141 ◦ blue 20

#5D8D14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5D8D14

Tints of Olive Drab #5D8D14

RGB

 RED value IS 93 (36.72% from 255) = 36.61%

 GREEN value IS 141 (55.47% from 255) = 55.51%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 36.61%
G = 55.51%
B = 7.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#5D8D14 (or 0x5D8D14) is known color: Olive Drab. HEX triplet: 5D, 8D and 14. RGB value is (93,141,20). Sum of RGB (Red+Green+Blue) = 93+141+20=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8D14 is #A272EB. Grayscale: #717171. Windows color (decimal): -10646252 or 1346909. OLE color: 1346909.

HSL color Cylindrical-coordinate representation of color #5D8D14: hue angle of 83.8º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D8D14 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 141 20 -
CMYK 0.34 0 0.86 0.45
HSL 83.8º 0.75% 0.32% -
HSV(B) 83.8º 0.86% 0.55% -
XYZ 14.17 21.43 4.05 -
YUV 112.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 93 141 20 0.34 0 0.86 0.45 83.8 0.75 0.32
Hex 5D 8D 14 22 0 56 2D 54 4B 20
Octal 135 215 24 42 0 126 55 124 113 40
Binary 1011101 10001101 10100 100010 0 1010110 101101 1010100 1001011 100000

Color Harmonies of #5D8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8D14

Black with #5D8D14

Text Example


Text Example

White with #5D8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D8D14;
 }
 .AnyTagClassName
 {
   color: #5D8D14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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