Html Css Color HEX #5B6635 Dark Olive Green

📋 copy color: '#5B6635'

red 91 ◦ green 102 ◦ blue 53

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

Shades of Dark Olive Green #5B6635

Tints of Dark Olive Green #5B6635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 36.99%
G = 41.46%
B = 21.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#5B6635 (or 0x5B6635) is known color: Dark Olive Green. HEX triplet: 5B, 66 and 35. RGB value is (91,102,53). Sum of RGB (Red+Green+Blue) = 91+102+53=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6635 is #A499CA. Grayscale: #5D5D5D. Windows color (decimal): -10787275 or 3499611. OLE color: 3499611.

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

Color convert

RGB 91 102 53 -
CMYK 0.11 0 0.48 0.6
HSL 73.47º 0.32% 0.3% -
HSV(B) 73.47º 0.48% 0.4% -
XYZ 9.71 11.98 5.17 -
YUV 93.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 91 102 53 0.11 0 0.48 0.6 73.47 0.32 0.3
Hex 5B 66 35 B 0 30 3C 49 20 1E
Octal 133 146 65 13 0 60 74 111 40 36
Binary 1011011 1100110 110101 1011 0 110000 111100 1001001 100000 11110

Color Harmonies of #5B6635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6635

Black with #5B6635

Text Example


Text Example

White with #5B6635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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