Html Css Color HEX #5D8913 Olive Drab

📋 copy color: '#5D8913'

red 93 ◦ green 137 ◦ blue 19

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

Shades of Olive Drab #5D8913

Tints of Olive Drab #5D8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 37.35%
G = 55.02%
B = 7.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#5D8913 (or 0x5D8913) is known color: Olive Drab. HEX triplet: 5D, 89 and 13. RGB value is (93,137,19). Sum of RGB (Red+Green+Blue) = 93+137+19=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8913 is #A276EC. Grayscale: #6E6E6E. Windows color (decimal): -10647277 or 1280349. OLE color: 1280349.

HSL color Cylindrical-coordinate representation of color #5D8913: hue angle of 82.37º degrees, saturation: 0.76, 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 #5D8913 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 137 19 -
CMYK 0.32 0 0.86 0.46
HSL 82.37º 0.76% 0.31% -
HSV(B) 82.37º 0.86% 0.54% -
XYZ 13.58 20.27 3.81 -
YUV 110.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 93 137 19 0.32 0 0.86 0.46 82.37 0.76 0.31
Hex 5D 89 13 20 0 56 2E 52 4C 1F
Octal 135 211 23 40 0 126 56 122 114 37
Binary 1011101 10001001 10011 100000 0 1010110 101110 1010010 1001100 11111

Color Harmonies of #5D8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8913

Black with #5D8913

Text Example


Text Example

White with #5D8913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,19); }

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

background-color css

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

 a { background-color: rgb(93,137,19); }

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

border-color css

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

 span { border-color: rgb(93,137,19); }

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