Html Css Color HEX #5D841F Olive Drab

📋 copy color: '#5D841F'

red 93 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #5D841F

Tints of Olive Drab #5D841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 36.33%
G = 51.56%
B = 12.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#5D841F (or 0x5D841F) is known color: Olive Drab. HEX triplet: 5D, 84 and 1F. RGB value is (93,132,31). Sum of RGB (Red+Green+Blue) = 93+132+31=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #5D841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D841F is #A27BE0. Grayscale: #6D6D6D. Windows color (decimal): -10648545 or 2065501. OLE color: 2065501.

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

Color convert

RGB 93 132 31 -
CMYK 0.30 0 0.77 0.48
HSL 83.17º 0.62% 0.32% -
HSV(B) 83.17º 0.77% 0.52% -
XYZ 13.01 18.93 4.26 -
YUV 108.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 93 132 31 0.30 0 0.77 0.48 83.17 0.62 0.32
Hex 5D 84 1F 1E 0 4D 30 53 3E 20
Octal 135 204 37 36 0 115 60 123 76 40
Binary 1011101 10000100 11111 11110 0 1001101 110000 1010011 111110 100000

Color Harmonies of #5D841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D841F

Black with #5D841F

Text Example


Text Example

White with #5D841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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