Html Css Color HEX #5B6634 Dark Olive Green

📋 copy color: '#5B6634'

red 91 ◦ green 102 ◦ blue 52

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

Shades of Dark Olive Green #5B6634

Tints of Dark Olive Green #5B6634

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 37.14%
G = 41.63%
B = 21.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#5B6634 (or 0x5B6634) is known color: Dark Olive Green. HEX triplet: 5B, 66 and 34. RGB value is (91,102,52). Sum of RGB (Red+Green+Blue) = 91+102+52=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6634 is #A499CB. Grayscale: #5D5D5D. Windows color (decimal): -10787276 or 3434075. OLE color: 3434075.

HSL color Cylindrical-coordinate representation of color #5B6634: hue angle of 73.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B6634 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 102 52 -
CMYK 0.11 0 0.49 0.6
HSL 73.2º 0.32% 0.3% -
HSV(B) 73.2º 0.49% 0.4% -
XYZ 9.69 11.97 5.05 -
YUV 93.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 91 102 52 0.11 0 0.49 0.6 73.2 0.32 0.3
Hex 5B 66 34 B 0 31 3C 49 20 1E
Octal 133 146 64 13 0 61 74 111 40 36
Binary 1011011 1100110 110100 1011 0 110001 111100 1001001 100000 11110

Color Harmonies of #5B6634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6634

Black with #5B6634

Text Example


Text Example

White with #5B6634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,52); }

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

background-color css

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

 a { background-color: rgb(91,102,52); }

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

border-color css

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

 span { border-color: rgb(91,102,52); }

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