Html Css Color HEX #5E8415 Olive Drab

📋 copy color: '#5E8415'

red 94 ◦ green 132 ◦ blue 21

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

Shades of Olive Drab #5E8415

Tints of Olive Drab #5E8415

RGB

 RED value IS 94 (37.11% from 255) = 38.06%

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 38.06%
G = 53.44%
B = 8.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#5E8415 (or 0x5E8415) is known color: Olive Drab. HEX triplet: 5E, 84 and 15. RGB value is (94,132,21). Sum of RGB (Red+Green+Blue) = 94+132+21=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8415 is #A17BEA. Grayscale: #6C6C6C. Windows color (decimal): -10583019 or 1410142. OLE color: 1410142.

HSL color Cylindrical-coordinate representation of color #5E8415: hue angle of 80.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E8415 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 132 21 -
CMYK 0.29 0 0.84 0.48
HSL 80.54º 0.73% 0.3% -
HSV(B) 80.54º 0.84% 0.52% -
XYZ 13 18.94 3.68 -
YUV 107.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 94 132 21 0.29 0 0.84 0.48 80.54 0.73 0.3
Hex 5E 84 15 1D 0 54 30 51 49 1E
Octal 136 204 25 35 0 124 60 121 111 36
Binary 1011110 10000100 10101 11101 0 1010100 110000 1010001 1001001 11110

Color Harmonies of #5E8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8415

Black with #5E8415

Text Example


Text Example

White with #5E8415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,132,21); }

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

background-color css

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

 a { background-color: rgb(94,132,21); }

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

border-color css

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

 span { border-color: rgb(94,132,21); }

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