#5D7429

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

Shades of Dark Olive Green #5D7429

Tints of Dark Olive Green #5D7429

Color information

#5D7429 (or 0x5D7429) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 74 and 29. RGB value is (93,116,41). Sum of RGB (Red+Green+Blue) = 93+116+41=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7429 is #A28BD6. Grayscale: #646464. Windows color (decimal): -10652631 or 2716765. OLE color: 2716765.

HSL color Cylindrical-coordinate representation of color #5D7429: hue angle of 78.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D7429 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB9311641-
CMYK0.2000.650.55
HSL78.4º47.77%30.78%-
HSV(B)78.4º64.66%45.49%-
XYZ11.1614.984.4-
YUV100.5794.38122.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=37.2%
G=46.4%
B=16.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93116410.2000.650.5578.447.7730.78
Hex5D742914041374e301f
Octal13516451240101671166037
Binary101110111101001010011010001000001110111100111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,116,41); }

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

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

 a { background-color: rgb(93,116,41); }

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

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

 span { border-color: rgb(93,116,41); }

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