Html Css Color HEX #5D6F36 Dark Olive Green

📋 copy color: '#5D6F36'

red 93 ◦ green 111 ◦ blue 54

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

Shades of Dark Olive Green #5D6F36

Tints of Dark Olive Green #5D6F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 36.05%
G = 43.02%
B = 20.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#5D6F36 (or 0x5D6F36) is known color: Dark Olive Green. HEX triplet: 5D, 6F and 36. RGB value is (93,111,54). Sum of RGB (Red+Green+Blue) = 93+111+54=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6F36 is #A290C9. Grayscale: #636363. Windows color (decimal): -10653898 or 3567453. OLE color: 3567453.

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

Color convert

RGB 93 111 54 -
CMYK 0.16 0 0.51 0.56
HSL 78.95º 0.35% 0.32% -
HSV(B) 78.95º 0.51% 0.44% -
XYZ 10.86 13.96 5.61 -
YUV 99.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 93 111 54 0.16 0 0.51 0.56 78.95 0.35 0.32
Hex 5D 6F 36 10 0 33 38 4F 23 20
Octal 135 157 66 20 0 63 70 117 43 40
Binary 1011101 1101111 110110 10000 0 110011 111000 1001111 100011 100000

Color Harmonies of #5D6F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F36

Black with #5D6F36

Text Example


Text Example

White with #5D6F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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