Html Css Color HEX #5E851D Olive Drab

📋 copy color: '#5E851D'

red 94 ◦ green 133 ◦ blue 29

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

Shades of Olive Drab #5E851D

Tints of Olive Drab #5E851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 36.72%
G = 51.95%
B = 11.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#5E851D (or 0x5E851D) is known color: Olive Drab. HEX triplet: 5E, 85 and 1D. RGB value is (94,133,29). Sum of RGB (Red+Green+Blue) = 94+133+29=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #5E851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E851D is #A17AE2. Grayscale: #6D6D6D. Windows color (decimal): -10582755 or 1934686. OLE color: 1934686.

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

Color convert

RGB 94 133 29 -
CMYK 0.29 0 0.78 0.48
HSL 82.5º 0.64% 0.32% -
HSV(B) 82.5º 0.78% 0.52% -
XYZ 13.23 19.24 4.18 -
YUV 109.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 94 133 29 0.29 0 0.78 0.48 82.5 0.64 0.32
Hex 5E 85 1D 1D 0 4E 30 52 40 20
Octal 136 205 35 35 0 116 60 122 100 40
Binary 1011110 10000101 11101 11101 0 1001110 110000 1010010 1000000 100000

Color Harmonies of #5E851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E851D

Black with #5E851D

Text Example


Text Example

White with #5E851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,29); }

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

background-color css

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

 a { background-color: rgb(94,133,29); }

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

border-color css

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

 span { border-color: rgb(94,133,29); }

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