Html Css Color HEX #5D8814 Olive Drab

📋 copy color: '#5D8814'

red 93 ◦ green 136 ◦ blue 20

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

Shades of Olive Drab #5D8814

Tints of Olive Drab #5D8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.62%

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

R = 37.35%
G = 54.62%
B = 8.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#5D8814 (or 0x5D8814) is known color: Olive Drab. HEX triplet: 5D, 88 and 14. RGB value is (93,136,20). Sum of RGB (Red+Green+Blue) = 93+136+20=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8814 is #A277EB. Grayscale: #6E6E6E. Windows color (decimal): -10647532 or 1345629. OLE color: 1345629.

HSL color Cylindrical-coordinate representation of color #5D8814: hue angle of 82.24º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D8814 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 136 20 -
CMYK 0.32 0 0.85 0.47
HSL 82.24º 0.74% 0.31% -
HSV(B) 82.24º 0.85% 0.53% -
XYZ 13.44 19.99 3.81 -
YUV 109.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 93 136 20 0.32 0 0.85 0.47 82.24 0.74 0.31
Hex 5D 88 14 20 0 55 2F 52 4A 1F
Octal 135 210 24 40 0 125 57 122 112 37
Binary 1011101 10001000 10100 100000 0 1010101 101111 1010010 1001010 11111

Color Harmonies of #5D8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8814

Black with #5D8814

Text Example


Text Example

White with #5D8814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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