#56580E

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

Shades of Verdun Green #56580E

Tints of Verdun Green #56580E

Color information

#56580E (or 0x56580E) is unknown color: approx Verdun Green. HEX triplet: 56, 58 and 0E. RGB value is (86,88,14). Sum of RGB (Red+Green+Blue) = 86+88+14=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #56580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56580E is #A9A7F1. Grayscale: #4F4F4F. Windows color (decimal): -11118578 or 940118. OLE color: 940118.

HSL color Cylindrical-coordinate representation of color #56580E: hue angle of 61.62º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56580E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB868814-
CMYK0.0200.840.65
HSL61.62º72.55%20%-
HSV(B)61.62º84.09%34.51%-
XYZ7.418.991.76-
YUV78.9791.34133.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=45.74%
G=46.81%
B=7.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688140.0200.840.6561.6272.5520
Hex5658E2054413e4914
Octal12613016201241017611124
Binary10101101011000111010010101001000001111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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