#40650E

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

Shades of Verdun Green #40650E

Tints of Verdun Green #40650E

Color information

#40650E (or 0x40650E) is unknown color: approx Verdun Green. HEX triplet: 40, 65 and 0E. RGB value is (64,101,14). Sum of RGB (Red+Green+Blue) = 64+101+14=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #40650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40650E is #BF9AF1. Grayscale: #505050. Windows color (decimal): -12557042 or 943424. OLE color: 943424.

HSL color Cylindrical-coordinate representation of color #40650E: hue angle of 85.52º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40650E is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB6410114-
CMYK0.3700.860.60
HSL85.52º75.65%22.55%-
HSV(B)85.52º86.14%39.61%-
XYZ6.8510.432.07-
YUV80.0290.74116.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 101 (39.84% from 255) = 56.42%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=35.75%
G=56.42%
B=7.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101140.3700.860.6085.5275.6522.55
Hex4065E250563C564c17
Octal100145164501267412611427
Binary100000011001011110100101010101101111001010110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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