#56633B

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

Shades of Dark Olive Green #56633B

Tints of Dark Olive Green #56633B

Color information

#56633B (or 0x56633B) is unknown color: approx Dark Olive Green. HEX triplet: 56, 63 and 3B. RGB value is (86,99,59). Sum of RGB (Red+Green+Blue) = 86+99+59=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #56633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56633B is #A99CC4. Grayscale: #5A5A5A. Windows color (decimal): -11115717 or 3892054. OLE color: 3892054.

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

Color convert

RGB869959-
CMYK0.1300.400.61
HSL79.5º25.32%30.98%-
HSV(B)79.5º40.4%38.82%-
XYZ9.0911.225.82-
YUV90.55110.19124.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=35.25%
G=40.57%
B=24.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699590.1300.400.6179.525.3230.98
Hex56633BD0283D50191f
Octal1261437315050751203137
Binary101011011000111110111101010100011110110100001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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