#40531B

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

Shades of Verdun Green #40531B

Tints of Verdun Green #40531B

Color information

#40531B (or 0x40531B) is unknown color: approx Verdun Green. HEX triplet: 40, 53 and 1B. RGB value is (64,83,27). Sum of RGB (Red+Green+Blue) = 64+83+27=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #40531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531B is #BFACE4. Grayscale: #474747. Windows color (decimal): -12561637 or 1790784. OLE color: 1790784.

HSL color Cylindrical-coordinate representation of color #40531B: hue angle of 80.36º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40531B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB648327-
CMYK0.2300.670.67
HSL80.36º50.91%21.57%-
HSV(B)80.36º67.47%32.55%-
XYZ5.417.362.17-
YUV70.94103.21123.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=36.78%
G=47.70%
B=15.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483270.2300.670.6780.3650.9121.57
Hex40531B1704343503316
Octal100123332701031031206326
Binary100000010100111101110111010000111000011101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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