Html Css Color HEX #5D8518 Olive Drab

📋 copy color: '#5D8518'

red 93 ◦ green 133 ◦ blue 24

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

Shades of Olive Drab #5D8518

Tints of Olive Drab #5D8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 37.2%
G = 53.2%
B = 9.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#5D8518 (or 0x5D8518) is known color: Olive Drab. HEX triplet: 5D, 85 and 18. RGB value is (93,133,24). Sum of RGB (Red+Green+Blue) = 93+133+24=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8518 is #A27AE7. Grayscale: #6D6D6D. Windows color (decimal): -10648296 or 1607005. OLE color: 1607005.

HSL color Cylindrical-coordinate representation of color #5D8518: hue angle of 82.02º 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 #5D8518 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 133 24 -
CMYK 0.30 0 0.82 0.48
HSL 82.02º 0.69% 0.31% -
HSV(B) 82.02º 0.82% 0.52% -
XYZ 13.07 19.17 3.88 -
YUV 108.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 93 133 24 0.30 0 0.82 0.48 82.02 0.69 0.31
Hex 5D 85 18 1E 0 52 30 52 45 1F
Octal 135 205 30 36 0 122 60 122 105 37
Binary 1011101 10000101 11000 11110 0 1010010 110000 1010010 1000101 11111

Color Harmonies of #5D8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8518

Black with #5D8518

Text Example


Text Example

White with #5D8518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,133,24); }

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

background-color css

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

 a { background-color: rgb(93,133,24); }

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

border-color css

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

 span { border-color: rgb(93,133,24); }

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