#56600E

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

Shades of Verdun Green #56600E

Tints of Verdun Green #56600E

Color information

#56600E (or 0x56600E) is unknown color: approx Verdun Green. HEX triplet: 56, 60 and 0E. RGB value is (86,96,14). Sum of RGB (Red+Green+Blue) = 86+96+14=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #56600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56600E is #A99FF1. Grayscale: #535353. Windows color (decimal): -11116530 or 942166. OLE color: 942166.

HSL color Cylindrical-coordinate representation of color #56600E: hue angle of 67.32º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56600E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB869614-
CMYK0.1000.850.62
HSL67.32º74.55%21.57%-
HSV(B)67.32º85.42%37.65%-
XYZ8.110.381.99-
YUV83.6688.69129.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=43.88%
G=48.98%
B=7.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696140.1000.850.6267.3274.5521.57
Hex5660EA0553E434b16
Octal126140161201257610311326
Binary1010110110000011101010010101011111101000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56600E; }

 p { color: rgb(86,96,14); }

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

<style>
 a { background-color: #56600E; }

 a { background-color: rgb(86,96,14); }

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

<style>
 span { border-color: #56600E; }

 span { border-color: rgb(86,96,14); }

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