Html Css Color HEX #5D8819 Olive Drab

📋 copy color: '#5D8819'

red 93 ◦ green 136 ◦ blue 25

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

Shades of Olive Drab #5D8819

Tints of Olive Drab #5D8819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 36.61%
G = 53.54%
B = 9.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#5D8819 (or 0x5D8819) is known color: Olive Drab. HEX triplet: 5D, 88 and 19. RGB value is (93,136,25). Sum of RGB (Red+Green+Blue) = 93+136+25=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8819 is #A277E6. Grayscale: #6E6E6E. Windows color (decimal): -10647527 or 1673309. OLE color: 1673309.

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

Color convert

RGB 93 136 25 -
CMYK 0.32 0 0.82 0.47
HSL 83.24º 0.69% 0.32% -
HSV(B) 83.24º 0.82% 0.53% -
XYZ 13.49 20.01 4.07 -
YUV 110.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 93 136 25 0.32 0 0.82 0.47 83.24 0.69 0.32
Hex 5D 88 19 20 0 52 2F 53 45 20
Octal 135 210 31 40 0 122 57 123 105 40
Binary 1011101 10001000 11001 100000 0 1010010 101111 1010011 1000101 100000

Color Harmonies of #5D8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8819

Black with #5D8819

Text Example


Text Example

White with #5D8819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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