#5B7635

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

Shades of Dark Olive Green #5B7635

Tints of Dark Olive Green #5B7635

Color information

#5B7635 (or 0x5B7635) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 76 and 35. RGB value is (91,118,53). Sum of RGB (Red+Green+Blue) = 91+118+53=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7635 is #A489CA. Grayscale: #666666. Windows color (decimal): -10783179 or 3503707. OLE color: 3503707.

HSL color Cylindrical-coordinate representation of color #5B7635: hue angle of 84.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B7635 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB9111853-
CMYK0.2300.550.54
HSL84.92º38.01%33.53%-
HSV(B)84.92º55.08%46.27%-
XYZ11.4415.445.75-
YUV102.52100.05119.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=34.73%
G=45.04%
B=20.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91118530.2300.550.5484.9238.0133.53
Hex5B76351703736552622
Octal1331666527067661254642
Binary101101111101101101011011101101111101101010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B7635;
 }
 .AnyTagClassName
 {
   color: #5B7635;
 }
</style>
background-color css

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

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

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

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

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

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