#56673A

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

Shades of Dark Olive Green #56673A

Tints of Dark Olive Green #56673A

Color information

#56673A (or 0x56673A) is unknown color: approx Dark Olive Green. HEX triplet: 56, 67 and 3A. RGB value is (86,103,58). Sum of RGB (Red+Green+Blue) = 86+103+58=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #56673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56673A is #A998C5. Grayscale: #5C5C5C. Windows color (decimal): -11114694 or 3827542. OLE color: 3827542.

HSL color Cylindrical-coordinate representation of color #56673A: hue angle of 82.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56673A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB8610358-
CMYK0.1700.440.60
HSL82.67º27.95%31.57%-
HSV(B)82.67º43.69%40.39%-
XYZ9.4511.985.82-
YUV92.79108.37123.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=34.82%
G=41.70%
B=23.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86103580.1700.440.6082.6727.9531.57
Hex56673A1102C3C531c20
Octal1261477221054741233440
Binary10101101100111111010100010101100111100101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56673A; }

 p { color: rgb(86,103,58); }

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

<style>
 a { background-color: #56673A; }

 a { background-color: rgb(86,103,58); }

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

<style>
 span { border-color: #56673A; }

 span { border-color: rgb(86,103,58); }

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