Html Css Color HEX #5B6C37 Dark Olive Green

📋 copy color: '#5B6C37'

red 91 ◦ green 108 ◦ blue 55

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

Shades of Dark Olive Green #5B6C37

Tints of Dark Olive Green #5B6C37

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

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

R = 35.83%
G = 42.52%
B = 21.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#5B6C37 (or 0x5B6C37) is known color: Dark Olive Green. HEX triplet: 5B, 6C and 37. RGB value is (91,108,55). Sum of RGB (Red+Green+Blue) = 91+108+55=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6C37 is #A493C8. Grayscale: #616161. Windows color (decimal): -10785737 or 3632219. OLE color: 3632219.

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

Color convert

RGB 91 108 55 -
CMYK 0.16 0 0.49 0.58
HSL 79.25º 0.33% 0.32% -
HSV(B) 79.25º 0.49% 0.42% -
XYZ 10.37 13.23 5.62 -
YUV 96.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 91 108 55 0.16 0 0.49 0.58 79.25 0.33 0.32
Hex 5B 6C 37 10 0 31 3A 4F 21 20
Octal 133 154 67 20 0 61 72 117 41 40
Binary 1011011 1101100 110111 10000 0 110001 111010 1001111 100001 100000

Color Harmonies of #5B6C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6C37

Black with #5B6C37

Text Example


Text Example

White with #5B6C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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