Html Css Color HEX #5D7334 Dark Olive Green

📋 copy color: '#5D7334'

red 93 ◦ green 115 ◦ blue 52

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

Shades of Dark Olive Green #5D7334

Tints of Dark Olive Green #5D7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 35.77%
G = 44.23%
B = 20%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#5D7334 (or 0x5D7334) is known color: Dark Olive Green. HEX triplet: 5D, 73 and 34. RGB value is (93,115,52). Sum of RGB (Red+Green+Blue) = 93+115+52=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7334 is #A28CCB. Grayscale: #656565. Windows color (decimal): -10652876 or 3437405. OLE color: 3437405.

HSL color Cylindrical-coordinate representation of color #5D7334: hue angle of 80.95º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D7334 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 115 52 -
CMYK 0.19 0 0.55 0.55
HSL 80.95º 0.38% 0.33% -
HSV(B) 80.95º 0.55% 0.45% -
XYZ 11.26 14.84 5.52 -
YUV 101.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 93 115 52 0.19 0 0.55 0.55 80.95 0.38 0.33
Hex 5D 73 34 13 0 37 37 51 26 21
Octal 135 163 64 23 0 67 67 121 46 41
Binary 1011101 1110011 110100 10011 0 110111 110111 1010001 100110 100001

Color Harmonies of #5D7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7334

Black with #5D7334

Text Example


Text Example

White with #5D7334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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