#40620A

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

Shades of Verdun Green #40620A

Tints of Verdun Green #40620A

Color information

#40620A (or 0x40620A) is unknown color: approx Verdun Green. HEX triplet: 40, 62 and 0A. RGB value is (64,98,10). Sum of RGB (Red+Green+Blue) = 64+98+10=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #40620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40620A is #BF9DF5. Grayscale: #4E4E4E. Windows color (decimal): -12557814 or 680512. OLE color: 680512.

HSL color Cylindrical-coordinate representation of color #40620A: hue angle of 83.18º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40620A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB649810-
CMYK0.3500.900.62
HSL83.18º81.48%21.18%-
HSV(B)83.18º89.8%38.43%-
XYZ6.549.851.84-
YUV77.889.74118.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=37.21%
G=56.98%
B=5.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498100.3500.900.6283.1881.4821.18
Hex4062A2305A3E535115
Octal100142124301327612312125
Binary100000011000101010100011010110101111101010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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