Html Css Color HEX #5D6F31 Dark Olive Green

📋 copy color: '#5D6F31'

red 93 ◦ green 111 ◦ blue 49

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

Shades of Dark Olive Green #5D6F31

Tints of Dark Olive Green #5D6F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.87%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 36.76%
G = 43.87%
B = 19.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#5D6F31 (or 0x5D6F31) is known color: Dark Olive Green. HEX triplet: 5D, 6F and 31. RGB value is (93,111,49). Sum of RGB (Red+Green+Blue) = 93+111+49=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6F31 is #A290CE. Grayscale: #626262. Windows color (decimal): -10653903 or 3239773. OLE color: 3239773.

HSL color Cylindrical-coordinate representation of color #5D6F31: hue angle of 77.42º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D6F31 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 111 49 -
CMYK 0.16 0 0.56 0.56
HSL 77.42º 0.39% 0.31% -
HSV(B) 77.42º 0.56% 0.44% -
XYZ 10.75 13.92 5.03 -
YUV 98.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 93 111 49 0.16 0 0.56 0.56 77.42 0.39 0.31
Hex 5D 6F 31 10 0 38 38 4D 27 1F
Octal 135 157 61 20 0 70 70 115 47 37
Binary 1011101 1101111 110001 10000 0 111000 111000 1001101 100111 11111

Color Harmonies of #5D6F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F31

Black with #5D6F31

Text Example


Text Example

White with #5D6F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,49); }

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

background-color css

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

 a { background-color: rgb(93,111,49); }

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

border-color css

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

 span { border-color: rgb(93,111,49); }

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