#407101

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

Shades of Verdun Green #407101

Tints of Verdun Green #407101

Color information

#407101 (or 0x407101) is unknown color: approx Verdun Green. HEX triplet: 40, 71 and 01. RGB value is (64,113,1). Sum of RGB (Red+Green+Blue) = 64+113+1=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #407101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407101 is #BF8EFE. Grayscale: #555555. Windows color (decimal): -12553983 or 94528. OLE color: 94528.

HSL color Cylindrical-coordinate representation of color #407101: hue angle of 86.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #407101 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB641131-
CMYK0.4300.990.56
HSL86.25º98.25%22.35%-
HSV(B)86.25º99.12%44.31%-
XYZ8.0212.92.1-
YUV85.5880.27112.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 113 (44.53% from 255) = 63.48%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=35.96%
G=63.48%
B=0.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6411310.4300.990.5686.2598.2522.35
Hex407112B06338566216
Octal10016115301437012614226
Binary100000011100011101011011000111110001010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407101; }

 p { color: rgb(64,113,1); }

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

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

 a { background-color: rgb(64,113,1); }

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

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

 span { border-color: rgb(64,113,1); }

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