Html Css Color HEX #5D742C Dark Olive Green

📋 copy color: '#5D742C'

red 93 ◦ green 116 ◦ blue 44

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

Shades of Dark Olive Green #5D742C

Tints of Dark Olive Green #5D742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 36.76%
G = 45.85%
B = 17.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#5D742C (or 0x5D742C) is known color: Dark Olive Green. HEX triplet: 5D, 74 and 2C. RGB value is (93,116,44). Sum of RGB (Red+Green+Blue) = 93+116+44=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #5D742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D742C is #A28BD3. Grayscale: #656565. Windows color (decimal): -10652628 or 2913373. OLE color: 2913373.

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

Color convert

RGB 93 116 44 -
CMYK 0.20 0 0.62 0.55
HSL 79.17º 0.45% 0.31% -
HSV(B) 79.17º 0.62% 0.45% -
XYZ 11.21 15 4.69 -
YUV 100.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 93 116 44 0.20 0 0.62 0.55 79.17 0.45 0.31
Hex 5D 74 2C 14 0 3E 37 4F 2D 1F
Octal 135 164 54 24 0 76 67 117 55 37
Binary 1011101 1110100 101100 10100 0 111110 110111 1001111 101101 11111

Color Harmonies of #5D742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D742C

Black with #5D742C

Text Example


Text Example

White with #5D742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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