Html Css Color HEX #5D6F35 Dark Olive Green

📋 copy color: '#5D6F35'

red 93 ◦ green 111 ◦ blue 53

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

Shades of Dark Olive Green #5D6F35

Tints of Dark Olive Green #5D6F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 36.19%
G = 43.19%
B = 20.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#5D6F35 (or 0x5D6F35) is known color: Dark Olive Green. HEX triplet: 5D, 6F and 35. RGB value is (93,111,53). Sum of RGB (Red+Green+Blue) = 93+111+53=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6F35 is #A290CA. Grayscale: #636363. Windows color (decimal): -10653899 or 3501917. OLE color: 3501917.

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

Color convert

RGB 93 111 53 -
CMYK 0.16 0 0.52 0.56
HSL 78.62º 0.35% 0.32% -
HSV(B) 78.62º 0.52% 0.44% -
XYZ 10.84 13.95 5.49 -
YUV 99.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 93 111 53 0.16 0 0.52 0.56 78.62 0.35 0.32
Hex 5D 6F 35 10 0 34 38 4F 23 20
Octal 135 157 65 20 0 64 70 117 43 40
Binary 1011101 1101111 110101 10000 0 110100 111000 1001111 100011 100000

Color Harmonies of #5D6F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F35

Black with #5D6F35

Text Example


Text Example

White with #5D6F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,53); }

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

background-color css

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

 a { background-color: rgb(93,111,53); }

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

border-color css

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

 span { border-color: rgb(93,111,53); }

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