#40620E

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

Shades of Verdun Green #40620E

Tints of Verdun Green #40620E

Color information

#40620E (or 0x40620E) is unknown color: approx Verdun Green. HEX triplet: 40, 62 and 0E. RGB value is (64,98,14). Sum of RGB (Red+Green+Blue) = 64+98+14=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #40620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40620E is #BF9DF1. Grayscale: #4E4E4E. Windows color (decimal): -12557810 or 942656. OLE color: 942656.

HSL color Cylindrical-coordinate representation of color #40620E: hue angle of 84.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40620E is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB649814-
CMYK0.3500.860.62
HSL84.29º75%21.96%-
HSV(B)84.29º85.71%38.43%-
XYZ6.569.861.97-
YUV78.2691.74117.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=36.36%
G=55.68%
B=7.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498140.3500.860.6284.297521.96
Hex4062E230563E544b16
Octal100142164301267612411326
Binary100000011000101110100011010101101111101010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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