#405317

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

Shades of Verdun Green #405317

Tints of Verdun Green #405317

Color information

#405317 (or 0x405317) is unknown color: approx Verdun Green. HEX triplet: 40, 53 and 17. RGB value is (64,83,23). Sum of RGB (Red+Green+Blue) = 64+83+23=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #405317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405317 is #BFACE8. Grayscale: #464646. Windows color (decimal): -12561641 or 1528640. OLE color: 1528640.

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

Color convert

RGB648323-
CMYK0.2300.720.67
HSL79º56.6%20.78%-
HSV(B)79º72.29%32.55%-
XYZ5.367.341.94-
YUV70.48101.21123.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 83 (32.81% from 255) = 48.82%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=37.65%
G=48.82%
B=13.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483230.2300.720.677956.620.78
Hex40531717048434f3915
Octal100123272701101031177125
Binary100000010100111011110111010010001000011100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405317; }

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

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

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

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

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

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

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

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