#56652D

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

Shades of Dark Olive Green #56652D

Tints of Dark Olive Green #56652D

Color information

#56652D (or 0x56652D) is unknown color: approx Dark Olive Green. HEX triplet: 56, 65 and 2D. RGB value is (86,101,45). Sum of RGB (Red+Green+Blue) = 86+101+45=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #56652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56652D is #A99AD2. Grayscale: #5A5A5A. Windows color (decimal): -11115219 or 2975062. OLE color: 2975062.

HSL color Cylindrical-coordinate representation of color #56652D: hue angle of 76.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56652D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB8610145-
CMYK0.1500.550.60
HSL76.07º38.36%28.63%-
HSV(B)76.07º55.45%39.61%-
XYZ8.9711.484.23-
YUV90.13102.53125.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=37.07%
G=43.53%
B=19.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101450.1500.550.6076.0738.3628.63
Hex56652DF0373C4c261d
Octal1261455517067741144635
Binary1010110110010110110111110110111111100100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56652D; }

 p { color: rgb(86,101,45); }

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

<style>
 a { background-color: #56652D; }

 a { background-color: rgb(86,101,45); }

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

<style>
 span { border-color: #56652D; }

 span { border-color: rgb(86,101,45); }

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