#5D792B

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

Shades of Dark Olive Green #5D792B

Tints of Dark Olive Green #5D792B

Color information

#5D792B (or 0x5D792B) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 79 and 2B. RGB value is (93,121,43). Sum of RGB (Red+Green+Blue) = 93+121+43=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #5D792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D792B is #A286D4. Grayscale: #686868. Windows color (decimal): -10651349 or 2849117. OLE color: 2849117.

HSL color Cylindrical-coordinate representation of color #5D792B: hue angle of 81.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D792B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB9312143-
CMYK0.2300.640.53
HSL81.54º47.56%32.16%-
HSV(B)81.54º64.46%47.45%-
XYZ11.7916.184.79-
YUV103.7493.72120.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=36.19%
G=47.08%
B=16.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121430.2300.640.5381.5447.5632.16
Hex5D792B1704035523020
Octal13517153270100651226040
Binary1011101111100110101110111010000001101011010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,121,43); }

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

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

 a { background-color: rgb(93,121,43); }

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

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

 span { border-color: rgb(93,121,43); }

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