#5D6834

Color #5D6834 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5D6834

Tints of Dark Olive Green #5D6834

Color information

#5D6834 (or 0x5D6834) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 68 and 34. RGB value is (93,104,52). Sum of RGB (Red+Green+Blue) = 93+104+52=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6834 is #A297CB. Grayscale: #5E5E5E. Windows color (decimal): -10655692 or 3434589. OLE color: 3434589.

HSL color Cylindrical-coordinate representation of color #5D6834: hue angle of 72.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6834 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB9310452-
CMYK0.1100.500.59
HSL72.69º33.33%30.59%-
HSV(B)72.69º50%40.78%-
XYZ10.0812.485.13-
YUV94.78103.86126.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.35%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=37.35%
G=41.77%
B=20.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93104520.1100.500.5972.6933.3330.59
Hex5D6834B0323B49211f
Octal1351506413062731114137
Binary1011101110100011010010110110010111011100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,52); }

 H1.HeaderClassName
 {
   color: #5D6834;
 }
 .AnyTagClassName
 {
   color: #5D6834;
 }
</style>
background-color css

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

 a { background-color: rgb(93,104,52); }

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

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

 span { border-color: rgb(93,104,52); }

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