#40481B

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

Shades of Verdun Green #40481B

Tints of Verdun Green #40481B

Color information

#40481B (or 0x40481B) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 1B. RGB value is (64,72,27). Sum of RGB (Red+Green+Blue) = 64+72+27=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #40481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40481B is #BFB7E4. Grayscale: #404040. Windows color (decimal): -12564453 or 1787968. OLE color: 1787968.

HSL color Cylindrical-coordinate representation of color #40481B: hue angle of 70.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40481B is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB647227-
CMYK0.1100.620.72
HSL70.67º45.45%19.41%-
HSV(B)70.67º62.5%28.24%-
XYZ4.635.81.91-
YUV64.48106.85127.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=39.26%
G=44.17%
B=16.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472270.1100.620.7270.6745.4519.41
Hex40481BB03E48472d13
Octal10011033130761101075523
Binary1000000100100011011101101111101001000100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,72,27); }

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

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

 a { background-color: rgb(64,72,27); }

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

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

 span { border-color: rgb(64,72,27); }

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