#5B6635

Color #5B6635 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5B6635

Tints of Dark Olive Green #5B6635

Color information

#5B6635 (or 0x5B6635) is unknown color: approx 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

RGB9110253-
CMYK0.1100.480.6
HSL73.47º31.61%30.39%-
HSV(B)73.47º48.04%40%-
XYZ9.7111.985.17-
YUV93.12105.36126.48-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102530.1100.480.673.4731.6130.39
Hex5B6635B0303C49201e
Octal1331466513060741114036
Binary1011011110011011010110110110000111100100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>