#40521C

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

Shades of Verdun Green #40521C

Tints of Verdun Green #40521C

Color information

#40521C (or 0x40521C) is unknown color: approx Verdun Green. HEX triplet: 40, 52 and 1C. RGB value is (64,82,28). Sum of RGB (Red+Green+Blue) = 64+82+28=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #40521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40521C is #BFADE3. Grayscale: #464646. Windows color (decimal): -12561892 or 1856064. OLE color: 1856064.

HSL color Cylindrical-coordinate representation of color #40521C: hue angle of 80º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40521C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB648228-
CMYK0.2200.660.68
HSL80º49.09%21.57%-
HSV(B)80º65.85%32.16%-
XYZ5.347.212.21-
YUV70.46104.04123.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=36.78%
G=47.13%
B=16.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482280.2200.660.688049.0921.57
Hex40521C1604244503116
Octal100122342601021041206126
Binary100000010100101110010110010000101000100101000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40521C; }

 p { color: rgb(64,82,28); }

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

<style>
 a { background-color: #40521C; }

 a { background-color: rgb(64,82,28); }

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

<style>
 span { border-color: #40521C; }

 span { border-color: rgb(64,82,28); }

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