#40620F

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

Shades of Verdun Green #40620F

Tints of Verdun Green #40620F

Color information

#40620F (or 0x40620F) is unknown color: approx Verdun Green. HEX triplet: 40, 62 and 0F. RGB value is (64,98,15). Sum of RGB (Red+Green+Blue) = 64+98+15=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #40620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40620F is #BF9DF0. Grayscale: #4E4E4E. Windows color (decimal): -12557809 or 1008192. OLE color: 1008192.

HSL color Cylindrical-coordinate representation of color #40620F: hue angle of 84.58º degrees, saturation: 0.73, 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 #40620F is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB649815-
CMYK0.3500.850.62
HSL84.58º73.45%22.16%-
HSV(B)84.58º84.69%38.43%-
XYZ6.579.862.01-
YUV78.3792.24117.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 98 (38.67% from 255) = 55.37%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=36.16%
G=55.37%
B=8.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498150.3500.850.6284.5873.4522.16
Hex4062F230553E554916
Octal100142174301257612511126
Binary100000011000101111100011010101011111101010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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