Html Css Color HEX #5D6A39 Dark Olive Green

📋 copy color: '#5D6A39'

red 93 ◦ green 106 ◦ blue 57

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

Shades of Dark Olive Green #5D6A39

Tints of Dark Olive Green #5D6A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 36.33%
G = 41.41%
B = 22.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#5D6A39 (or 0x5D6A39) is known color: Dark Olive Green. HEX triplet: 5D, 6A and 39. RGB value is (93,106,57). Sum of RGB (Red+Green+Blue) = 93+106+57=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6A39 is #A295C6. Grayscale: #606060. Windows color (decimal): -10655175 or 3762781. OLE color: 3762781.

HSL color Cylindrical-coordinate representation of color #5D6A39: hue angle of 75.92º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D6A39 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 106 57 -
CMYK 0.12 0 0.46 0.58
HSL 75.92º 0.3% 0.32% -
HSV(B) 75.92º 0.46% 0.42% -
XYZ 10.41 12.93 5.82 -
YUV 96.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 93 106 57 0.12 0 0.46 0.58 75.92 0.3 0.32
Hex 5D 6A 39 C 0 2E 3A 4C 1E 20
Octal 135 152 71 14 0 56 72 114 36 40
Binary 1011101 1101010 111001 1100 0 101110 111010 1001100 11110 100000

Color Harmonies of #5D6A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6A39

Black with #5D6A39

Text Example


Text Example

White with #5D6A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,106,57); }

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

background-color css

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

 a { background-color: rgb(93,106,57); }

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

border-color css

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

 span { border-color: rgb(93,106,57); }

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