#407300

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

Shades of Verdun Green #407300

Tints of Verdun Green #407300

Color information

#407300 (or 0x407300) is unknown color: approx Verdun Green. HEX triplet: 40, 73 and 00. RGB value is (64,115,0). Sum of RGB (Red+Green+Blue) = 64+115+0=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #407300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407300 is #BF8CFF. Grayscale: #575757. Windows color (decimal): -12553472 or 29504. OLE color: 29504.

HSL color Cylindrical-coordinate representation of color #407300: hue angle of 86.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #407300 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB641150-
CMYK0.44010.55
HSL86.61º100%22.55%-
HSV(B)86.61º100%45.1%-
XYZ8.2513.352.14-
YUV86.6479.1111.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 115 (45.31% from 255) = 64.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.75%
G=64.25%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411500.44010.5586.6110022.55
Hex407302C06437576417
Octal10016305401446712714427
Binary100000011100110101100011001001101111010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407300; }

 p { color: rgb(64,115,0); }

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

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

 a { background-color: rgb(64,115,0); }

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

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

 span { border-color: rgb(64,115,0); }

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