Html Css Color HEX #5D7832 Dark Olive Green

📋 copy color: '#5D7832'

red 93 ◦ green 120 ◦ blue 50

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

Shades of Dark Olive Green #5D7832

Tints of Dark Olive Green #5D7832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.63%

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

R = 35.36%
G = 45.63%
B = 19.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#5D7832 (or 0x5D7832) is known color: Dark Olive Green. HEX triplet: 5D, 78 and 32. RGB value is (93,120,50). Sum of RGB (Red+Green+Blue) = 93+120+50=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7832 is #A287CD. Grayscale: #686868. Windows color (decimal): -10651598 or 3307613. OLE color: 3307613.

HSL color Cylindrical-coordinate representation of color #5D7832: hue angle of 83.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D7832 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 120 50 -
CMYK 0.22 0 0.58 0.53
HSL 83.14º 0.41% 0.33% -
HSV(B) 83.14º 0.58% 0.47% -
XYZ 11.81 15.99 5.48 -
YUV 103.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 93 120 50 0.22 0 0.58 0.53 83.14 0.41 0.33
Hex 5D 78 32 16 0 3A 35 53 29 21
Octal 135 170 62 26 0 72 65 123 51 41
Binary 1011101 1111000 110010 10110 0 111010 110101 1010011 101001 100001

Color Harmonies of #5D7832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7832

Black with #5D7832

Text Example


Text Example

White with #5D7832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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