Html Css Color HEX #5D712D Dark Olive Green

📋 copy color: '#5D712D'

red 93 ◦ green 113 ◦ blue 45

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

Shades of Dark Olive Green #5D712D

Tints of Dark Olive Green #5D712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 37.05%
G = 45.02%
B = 17.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#5D712D (or 0x5D712D) is known color: Dark Olive Green. HEX triplet: 5D, 71 and 2D. RGB value is (93,113,45). Sum of RGB (Red+Green+Blue) = 93+113+45=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #5D712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D712D is #A28ED2. Grayscale: #636363. Windows color (decimal): -10653395 or 2978141. OLE color: 2978141.

HSL color Cylindrical-coordinate representation of color #5D712D: hue angle of 77.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D712D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 113 45 -
CMYK 0.18 0 0.60 0.56
HSL 77.65º 0.43% 0.31% -
HSV(B) 77.65º 0.6% 0.44% -
XYZ 10.89 14.33 4.67 -
YUV 99.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 93 113 45 0.18 0 0.60 0.56 77.65 0.43 0.31
Hex 5D 71 2D 12 0 3C 38 4E 2B 1F
Octal 135 161 55 22 0 74 70 116 53 37
Binary 1011101 1110001 101101 10010 0 111100 111000 1001110 101011 11111

Color Harmonies of #5D712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D712D

Black with #5D712D

Text Example


Text Example

White with #5D712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,45); }

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

background-color css

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

 a { background-color: rgb(93,113,45); }

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

border-color css

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

 span { border-color: rgb(93,113,45); }

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