Html Css Color HEX #5D6D32 Dark Olive Green

📋 copy color: '#5D6D32'

red 93 ◦ green 109 ◦ blue 50

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

Shades of Dark Olive Green #5D6D32

Tints of Dark Olive Green #5D6D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.25%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 36.9%
G = 43.25%
B = 19.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#5D6D32 (or 0x5D6D32) is known color: Dark Olive Green. HEX triplet: 5D, 6D and 32. RGB value is (93,109,50). Sum of RGB (Red+Green+Blue) = 93+109+50=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6D32 is #A292CD. Grayscale: #616161. Windows color (decimal): -10654414 or 3304797. OLE color: 3304797.

HSL color Cylindrical-coordinate representation of color #5D6D32: hue angle of 76.27º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D6D32 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 93 109 50 -
CMYK 0.15 0 0.54 0.57
HSL 76.27º 0.37% 0.31% -
HSV(B) 76.27º 0.54% 0.43% -
XYZ 10.56 13.49 5.07 -
YUV 97.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 93 109 50 0.15 0 0.54 0.57 76.27 0.37 0.31
Hex 5D 6D 32 F 0 36 39 4C 25 1F
Octal 135 155 62 17 0 66 71 114 45 37
Binary 1011101 1101101 110010 1111 0 110110 111001 1001100 100101 11111

Color Harmonies of #5D6D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6D32

Black with #5D6D32

Text Example


Text Example

White with #5D6D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,109,50); }

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

background-color css

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

 a { background-color: rgb(93,109,50); }

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

border-color css

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

 span { border-color: rgb(93,109,50); }

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