#405310

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

Shades of Verdun Green #405310

Tints of Verdun Green #405310

Color information

#405310 (or 0x405310) is unknown color: approx Verdun Green. HEX triplet: 40, 53 and 10. RGB value is (64,83,16). Sum of RGB (Red+Green+Blue) = 64+83+16=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #405310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405310 is #BFACEF. Grayscale: #454545. Windows color (decimal): -12561648 or 1069888. OLE color: 1069888.

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

Color convert

RGB648316-
CMYK0.2300.810.67
HSL77.01º67.68%19.41%-
HSV(B)77.01º80.72%32.55%-
XYZ5.37.311.62-
YUV69.6897.71123.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=39.26%
G=50.92%
B=9.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483160.2300.810.6777.0167.6819.41
Hex40531017051434d4413
Octal1001232027012110311510423
Binary1000000101001110000101110101000110000111001101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405310; }

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

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

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

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

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

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

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

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