#56620B

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

Shades of Verdun Green #56620B

Tints of Verdun Green #56620B

Color information

#56620B (or 0x56620B) is unknown color: approx Verdun Green. HEX triplet: 56, 62 and 0B. RGB value is (86,98,11). Sum of RGB (Red+Green+Blue) = 86+98+11=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #56620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56620B is #A99DF4. Grayscale: #545454. Windows color (decimal): -11116021 or 746070. OLE color: 746070.

HSL color Cylindrical-coordinate representation of color #56620B: hue angle of 68.28º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56620B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB869811-
CMYK0.1200.890.62
HSL68.28º79.82%21.37%-
HSV(B)68.28º88.78%38.43%-
XYZ8.2710.741.95-
YUV84.4986.52129.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=44.10%
G=50.26%
B=5.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698110.1200.890.6268.2879.8221.37
Hex5662BC0593E445015
Octal126142131401317610412025
Binary1010110110001010111100010110011111101000100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,98,11); }

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

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

 a { background-color: rgb(86,98,11); }

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

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

 span { border-color: rgb(86,98,11); }

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