#56610D

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

Shades of Verdun Green #56610D

Tints of Verdun Green #56610D

Color information

#56610D (or 0x56610D) is unknown color: approx Verdun Green. HEX triplet: 56, 61 and 0D. RGB value is (86,97,13). Sum of RGB (Red+Green+Blue) = 86+97+13=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #56610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56610D is #A99EF2. Grayscale: #545454. Windows color (decimal): -11116275 or 876886. OLE color: 876886.

HSL color Cylindrical-coordinate representation of color #56610D: hue angle of 67.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56610D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB869713-
CMYK0.1100.870.62
HSL67.86º76.36%21.57%-
HSV(B)67.86º86.6%38.04%-
XYZ8.1910.561.99-
YUV84.1487.86129.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=43.88%
G=49.49%
B=6.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697130.1100.870.6267.8676.3621.57
Hex5661DB0573E444c16
Octal126141151301277610411426
Binary1010110110000111011011010101111111101000100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,97,13); }

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

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

 a { background-color: rgb(86,97,13); }

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

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

 span { border-color: rgb(86,97,13); }

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