#40540F

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

Shades of Verdun Green #40540F

Tints of Verdun Green #40540F

Color information

#40540F (or 0x40540F) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 0F. RGB value is (64,84,15). Sum of RGB (Red+Green+Blue) = 64+84+15=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #40540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40540F is #BFABF0. Grayscale: #464646. Windows color (decimal): -12561393 or 1004608. OLE color: 1004608.

HSL color Cylindrical-coordinate representation of color #40540F: hue angle of 77.39º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40540F is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB648415-
CMYK0.2400.820.67
HSL77.39º69.7%19.41%-
HSV(B)77.39º82.14%32.94%-
XYZ5.377.471.61-
YUV70.1596.87123.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=39.26%
G=51.53%
B=9.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484150.2400.820.6777.3969.719.41
Hex4054F18052434d4613
Octal1001241730012210311510623
Binary100000010101001111110000101001010000111001101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40540F; }

 p { color: rgb(64,84,15); }

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

<style>
 a { background-color: #40540F; }

 a { background-color: rgb(64,84,15); }

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

<style>
 span { border-color: #40540F; }

 span { border-color: rgb(64,84,15); }

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