#56633A

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

Shades of Dark Olive Green #56633A

Tints of Dark Olive Green #56633A

Color information

#56633A (or 0x56633A) is unknown color: approx Dark Olive Green. HEX triplet: 56, 63 and 3A. RGB value is (86,99,58). Sum of RGB (Red+Green+Blue) = 86+99+58=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #56633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56633A is #A99CC5. Grayscale: #5A5A5A. Windows color (decimal): -11115718 or 3826518. OLE color: 3826518.

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

Color convert

RGB869958-
CMYK0.1300.410.61
HSL79.02º26.11%30.78%-
HSV(B)79.02º41.41%38.82%-
XYZ9.0611.215.69-
YUV90.44109.69124.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=35.39%
G=40.74%
B=23.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699580.1300.410.6179.0226.1130.78
Hex56633AD0293D4f1a1f
Octal1261437215051751173237
Binary101011011000111110101101010100111110110011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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