Html Css Color HEX #5E8421 Olive Drab

📋 copy color: '#5E8421'

red 94 ◦ green 132 ◦ blue 33

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

Shades of Olive Drab #5E8421

Tints of Olive Drab #5E8421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 36.29%
G = 50.97%
B = 12.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#5E8421 (or 0x5E8421) is known color: Olive Drab. HEX triplet: 5E, 84 and 21. RGB value is (94,132,33). Sum of RGB (Red+Green+Blue) = 94+132+33=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8421 is #A17BDE. Grayscale: #6D6D6D. Windows color (decimal): -10583007 or 2196574. OLE color: 2196574.

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

Color convert

RGB 94 132 33 -
CMYK 0.29 0 0.75 0.48
HSL 83.03º 0.6% 0.32% -
HSV(B) 83.03º 0.75% 0.52% -
XYZ 13.14 18.99 4.41 -
YUV 109.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 94 132 33 0.29 0 0.75 0.48 83.03 0.6 0.32
Hex 5E 84 21 1D 0 4B 30 53 3C 20
Octal 136 204 41 35 0 113 60 123 74 40
Binary 1011110 10000100 100001 11101 0 1001011 110000 1010011 111100 100000

Color Harmonies of #5E8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8421

Black with #5E8421

Text Example


Text Example

White with #5E8421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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