#40640B

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

Shades of Verdun Green #40640B

Tints of Verdun Green #40640B

Color information

#40640B (or 0x40640B) is unknown color: approx Verdun Green. HEX triplet: 40, 64 and 0B. RGB value is (64,100,11). Sum of RGB (Red+Green+Blue) = 64+100+11=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #40640B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40640B is #BF9BF4. Grayscale: #4F4F4F. Windows color (decimal): -12557301 or 746560. OLE color: 746560.

HSL color Cylindrical-coordinate representation of color #40640B: hue angle of 84.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40640B is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB6410011-
CMYK0.3600.890.61
HSL84.27º80.18%21.76%-
HSV(B)84.27º89%39.22%-
XYZ6.7310.231.94-
YUV79.0989.57117.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 100 (39.45% from 255) = 57.14%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=36.57%
G=57.14%
B=6.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100110.3600.890.6184.2780.1821.76
Hex4064B240593D545016
Octal100144134401317512412026
Binary100000011001001011100100010110011111011010100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,100,11); }

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

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

 a { background-color: rgb(64,100,11); }

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

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

 span { border-color: rgb(64,100,11); }

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