#56623A

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

Shades of Dark Olive Green #56623A

Tints of Dark Olive Green #56623A

Color information

#56623A (or 0x56623A) is unknown color: approx Dark Olive Green. HEX triplet: 56, 62 and 3A. RGB value is (86,98,58). Sum of RGB (Red+Green+Blue) = 86+98+58=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #56623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56623A is #A99DC5. Grayscale: #5A5A5A. Windows color (decimal): -11115974 or 3826262. OLE color: 3826262.

HSL color Cylindrical-coordinate representation of color #56623A: hue angle of 78º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56623A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB869858-
CMYK0.1200.410.62
HSL78º25.64%30.59%-
HSV(B)78º40.82%38.43%-
XYZ8.9711.025.66-
YUV89.85110.02125.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=35.54%
G=40.50%
B=23.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698580.1200.410.627825.6430.59
Hex56623AC0293E4e1a1f
Octal1261427214051761163237
Binary101011011000101110101100010100111111010011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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