#456800

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

Shades of Verdun Green #456800

Tints of Verdun Green #456800

Color information

#456800 (or 0x456800) is unknown color: approx Verdun Green. HEX triplet: 45, 68 and 00. RGB value is (69,104,0). Sum of RGB (Red+Green+Blue) = 69+104+0=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #456800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456800 is #BA97FF. Grayscale: #525252. Windows color (decimal): -12228608 or 26693. OLE color: 26693.

HSL color Cylindrical-coordinate representation of color #456800: hue angle of 80.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #456800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB691040-
CMYK0.34010.59
HSL80.19º100%20.39%-
HSV(B)80.19º100%40.78%-
XYZ7.411.171.76-
YUV81.6881.9118.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.88%
G=60.12%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6910400.34010.5980.1910020.39
Hex45680220643B506414
Octal10515004201447312014424
Binary100010111010000100010011001001110111010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456800; }

 p { color: rgb(69,104,0); }

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

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

 a { background-color: rgb(69,104,0); }

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

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

 span { border-color: rgb(69,104,0); }

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