Html Css Color HEX #5D841D Olive Drab

📋 copy color: '#5D841D'

red 93 ◦ green 132 ◦ blue 29

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

Shades of Olive Drab #5D841D

Tints of Olive Drab #5D841D

RGB

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

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

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

R = 36.61%
G = 51.97%
B = 11.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#5D841D (or 0x5D841D) is known color: Olive Drab. HEX triplet: 5D, 84 and 1D. RGB value is (93,132,29). Sum of RGB (Red+Green+Blue) = 93+132+29=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #5D841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D841D is #A27BE2. Grayscale: #6C6C6C. Windows color (decimal): -10648547 or 1934429. OLE color: 1934429.

HSL color Cylindrical-coordinate representation of color #5D841D: hue angle of 82.72º 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 #5D841D is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 132 29 -
CMYK 0.30 0 0.78 0.48
HSL 82.72º 0.64% 0.32% -
HSV(B) 82.72º 0.78% 0.52% -
XYZ 12.99 18.92 4.13 -
YUV 108.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 93 132 29 0.30 0 0.78 0.48 82.72 0.64 0.32
Hex 5D 84 1D 1E 0 4E 30 53 40 20
Octal 135 204 35 36 0 116 60 123 100 40
Binary 1011101 10000100 11101 11110 0 1001110 110000 1010011 1000000 100000

Color Harmonies of #5D841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D841D

Black with #5D841D

Text Example


Text Example

White with #5D841D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,132,29); }

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

background-color css

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

 a { background-color: rgb(93,132,29); }

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

border-color css

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

 span { border-color: rgb(93,132,29); }

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