Html Css Color HEX #5D6B36 Dark Olive Green

📋 copy color: '#5D6B36'

red 93 ◦ green 107 ◦ blue 54

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

Shades of Dark Olive Green #5D6B36

Tints of Dark Olive Green #5D6B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

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

R = 36.61%
G = 42.13%
B = 21.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#5D6B36 (or 0x5D6B36) is known color: Dark Olive Green. HEX triplet: 5D, 6B and 36. RGB value is (93,107,54). Sum of RGB (Red+Green+Blue) = 93+107+54=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6B36 is #A294C9. Grayscale: #606060. Windows color (decimal): -10654922 or 3566429. OLE color: 3566429.

HSL color Cylindrical-coordinate representation of color #5D6B36: hue angle of 75.85º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6B36 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 107 54 -
CMYK 0.13 0 0.50 0.58
HSL 75.85º 0.33% 0.32% -
HSV(B) 75.85º 0.5% 0.42% -
XYZ 10.44 13.11 5.47 -
YUV 96.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 93 107 54 0.13 0 0.50 0.58 75.85 0.33 0.32
Hex 5D 6B 36 D 0 32 3A 4C 21 20
Octal 135 153 66 15 0 62 72 114 41 40
Binary 1011101 1101011 110110 1101 0 110010 111010 1001100 100001 100000

Color Harmonies of #5D6B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6B36

Black with #5D6B36

Text Example


Text Example

White with #5D6B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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