Html Css Color HEX #5D8418 Olive Drab

📋 copy color: '#5D8418'

red 93 ◦ green 132 ◦ blue 24

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

Shades of Olive Drab #5D8418

Tints of Olive Drab #5D8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

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

R = 37.35%
G = 53.01%
B = 9.64%

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

#5D8418 (or 0x5D8418) is known color: Olive Drab. HEX triplet: 5D, 84 and 18. RGB value is (93,132,24). Sum of RGB (Red+Green+Blue) = 93+132+24=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8418 is #A27BE7. Grayscale: #6C6C6C. Windows color (decimal): -10648552 or 1606749. OLE color: 1606749.

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

Color convert

RGB 93 132 24 -
CMYK 0.30 0 0.82 0.48
HSL 81.67º 0.69% 0.31% -
HSV(B) 81.67º 0.82% 0.52% -
XYZ 12.93 18.9 3.83 -
YUV 108.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 93 132 24 0.30 0 0.82 0.48 81.67 0.69 0.31
Hex 5D 84 18 1E 0 52 30 52 45 1F
Octal 135 204 30 36 0 122 60 122 105 37
Binary 1011101 10000100 11000 11110 0 1010010 110000 1010010 1000101 11111

Color Harmonies of #5D8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8418

Black with #5D8418

Text Example


Text Example

White with #5D8418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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