#40450D

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

Shades of Verdun Green #40450D

Tints of Verdun Green #40450D

Color information

#40450D (or 0x40450D) is unknown color: approx Verdun Green. HEX triplet: 40, 45 and 0D. RGB value is (64,69,13). Sum of RGB (Red+Green+Blue) = 64+69+13=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #40450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40450D is #BFBAF2. Grayscale: #3D3D3D. Windows color (decimal): -12565235 or 869696. OLE color: 869696.

HSL color Cylindrical-coordinate representation of color #40450D: hue angle of 65.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40450D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB646913-
CMYK0.0700.810.73
HSL65.36º68.29%16.08%-
HSV(B)65.36º81.16%27.06%-
XYZ4.325.381.19-
YUV61.12100.84130.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=43.84%
G=47.26%
B=8.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469130.0700.810.7365.3668.2916.08
Hex4045D705149414410
Octal100105157012111110110420
Binary1000000100010111011110101000110010011000001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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