#40600E

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

Shades of Verdun Green #40600E

Tints of Verdun Green #40600E

Color information

#40600E (or 0x40600E) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 0E. RGB value is (64,96,14). Sum of RGB (Red+Green+Blue) = 64+96+14=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #40600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40600E is #BF9FF1. Grayscale: #4D4D4D. Windows color (decimal): -12558322 or 942144. OLE color: 942144.

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

Color convert

RGB649614-
CMYK0.3300.850.62
HSL83.41º74.55%21.57%-
HSV(B)83.41º85.42%37.65%-
XYZ6.389.491.91-
YUV77.0892.4118.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=36.78%
G=55.17%
B=8.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496140.3300.850.6283.4174.5521.57
Hex4060E210553E534b16
Octal100140164101257612311326
Binary100000011000001110100001010101011111101010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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