Html Css Color HEX #5B6D37 Dark Olive Green

📋 copy color: '#5B6D37'

red 91 ◦ green 109 ◦ blue 55

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

Shades of Dark Olive Green #5B6D37

Tints of Dark Olive Green #5B6D37

RGB

 RED value IS 91 (35.94% from 255) = 35.69%

 GREEN value IS 109 (42.97% from 255) = 42.75%

 BLUE value IS 55 (21.88% from 255) = 21.57%

R = 35.69%
G = 42.75%
B = 21.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#5B6D37 (or 0x5B6D37) is known color: Dark Olive Green. HEX triplet: 5B, 6D and 37. RGB value is (91,109,55). Sum of RGB (Red+Green+Blue) = 91+109+55=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6D37 is #A492C8. Grayscale: #616161. Windows color (decimal): -10785481 or 3632475. OLE color: 3632475.

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

Color convert

RGB 91 109 55 -
CMYK 0.17 0 0.50 0.57
HSL 80º 0.33% 0.32% -
HSV(B) 80º 0.5% 0.43% -
XYZ 10.47 13.44 5.66 -
YUV 97.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 91 109 55 0.17 0 0.50 0.57 80 0.33 0.32
Hex 5B 6D 37 11 0 32 39 50 21 20
Octal 133 155 67 21 0 62 71 120 41 40
Binary 1011011 1101101 110111 10001 0 110010 111001 1010000 100001 100000

Color Harmonies of #5B6D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6D37

Black with #5B6D37

Text Example


Text Example

White with #5B6D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,109,55); }

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

background-color css

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

 a { background-color: rgb(91,109,55); }

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

border-color css

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

 span { border-color: rgb(91,109,55); }

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