#40610D

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

Shades of Verdun Green #40610D

Tints of Verdun Green #40610D

Color information

#40610D (or 0x40610D) is unknown color: approx Verdun Green. HEX triplet: 40, 61 and 0D. RGB value is (64,97,13). Sum of RGB (Red+Green+Blue) = 64+97+13=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #40610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40610D is #BF9EF2. Grayscale: #4D4D4D. Windows color (decimal): -12558067 or 876864. OLE color: 876864.

HSL color Cylindrical-coordinate representation of color #40610D: hue angle of 83.57º 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 #40610D is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB649713-
CMYK0.3400.870.62
HSL83.57º76.36%21.57%-
HSV(B)83.57º86.6%38.04%-
XYZ6.469.671.91-
YUV77.5691.57118.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=36.78%
G=55.75%
B=7.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497130.3400.870.6283.5776.3621.57
Hex4061D220573E544c16
Octal100141154201277612411426
Binary100000011000011101100010010101111111101010100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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