Html Css Color HEX #5D7034 Dark Olive Green

📋 copy color: '#5D7034'

red 93 ◦ green 112 ◦ blue 52

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

Shades of Dark Olive Green #5D7034

Tints of Dark Olive Green #5D7034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 36.19%
G = 43.58%
B = 20.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#5D7034 (or 0x5D7034) is known color: Dark Olive Green. HEX triplet: 5D, 70 and 34. RGB value is (93,112,52). Sum of RGB (Red+Green+Blue) = 93+112+52=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7034 is #A28FCB. Grayscale: #636363. Windows color (decimal): -10653644 or 3436637. OLE color: 3436637.

HSL color Cylindrical-coordinate representation of color #5D7034: hue angle of 79º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D7034 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 52 -
CMYK 0.17 0 0.54 0.56
HSL 79º 0.37% 0.32% -
HSV(B) 79º 0.54% 0.44% -
XYZ 10.93 14.16 5.41 -
YUV 99.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 93 112 52 0.17 0 0.54 0.56 79 0.37 0.32
Hex 5D 70 34 11 0 36 38 4F 25 20
Octal 135 160 64 21 0 66 70 117 45 40
Binary 1011101 1110000 110100 10001 0 110110 111000 1001111 100101 100000

Color Harmonies of #5D7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7034

Black with #5D7034

Text Example


Text Example

White with #5D7034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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