#40580E

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

Shades of Verdun Green #40580E

Tints of Verdun Green #40580E

Color information

#40580E (or 0x40580E) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 0E. RGB value is (64,88,14). Sum of RGB (Red+Green+Blue) = 64+88+14=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #40580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40580E is #BFA7F1. Grayscale: #484848. Windows color (decimal): -12560370 or 940096. OLE color: 940096.

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

Color convert

RGB648814-
CMYK0.2700.840.65
HSL79.46º72.55%20%-
HSV(B)79.46º84.09%34.51%-
XYZ5.688.11.68-
YUV72.3995.05122.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 88 (34.77% from 255) = 53.01%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=38.55%
G=53.01%
B=8.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488140.2700.840.6579.4672.5520
Hex4058E1B054414f4914
Octal1001301633012410111711124
Binary100000010110001110110110101010010000011001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40580E; }

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

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

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

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

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

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

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

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