#405810

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

Shades of Verdun Green #405810

Tints of Verdun Green #405810

Color information

#405810 (or 0x405810) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 10. RGB value is (64,88,16). Sum of RGB (Red+Green+Blue) = 64+88+16=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #405810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405810 is #BFA7EF. Grayscale: #484848. Windows color (decimal): -12560368 or 1071168. OLE color: 1071168.

HSL color Cylindrical-coordinate representation of color #405810: hue angle of 80º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #405810 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB648816-
CMYK0.2700.820.65
HSL80º69.23%20.39%-
HSV(B)80º81.82%34.51%-
XYZ5.78.111.75-
YUV72.6296.05121.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=38.10%
G=52.38%
B=9.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488160.2700.820.658069.2320.39
Hex4058101B05241504514
Octal1001302033012210112010524
Binary1000000101100010000110110101001010000011010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405810; }

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

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

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

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

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

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

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

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