#456D07

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

Shades of Verdun Green #456D07

Tints of Verdun Green #456D07

Color information

#456D07 (or 0x456D07) is unknown color: approx Verdun Green. HEX triplet: 45, 6D and 07. RGB value is (69,109,7). Sum of RGB (Red+Green+Blue) = 69+109+7=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #456D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456D07 is #BA92F8. Grayscale: #555555. Windows color (decimal): -12227321 or 486725. OLE color: 486725.

HSL color Cylindrical-coordinate representation of color #456D07: hue angle of 83.53º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #456D07 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB691097-
CMYK0.3700.940.57
HSL83.53º87.93%22.75%-
HSV(B)83.53º93.58%42.75%-
XYZ7.9612.222.14-
YUV85.4183.75116.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 109 (42.97% from 255) = 58.92%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=37.30%
G=58.92%
B=3.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6910970.3700.940.5783.5387.9322.75
Hex456D72505E39545817
Octal10515574501367112413027
Binary10001011101101111100101010111101110011010100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456D07; }

 p { color: rgb(69,109,7); }

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

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

 a { background-color: rgb(69,109,7); }

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

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

 span { border-color: rgb(69,109,7); }

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