#456805

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

Shades of Verdun Green #456805

Tints of Verdun Green #456805

Color information

#456805 (or 0x456805) is unknown color: approx Verdun Green. HEX triplet: 45, 68 and 05. RGB value is (69,104,5). Sum of RGB (Red+Green+Blue) = 69+104+5=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #456805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456805 is #BA97FA. Grayscale: #525252. Windows color (decimal): -12228603 or 354373. OLE color: 354373.

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

Color convert

RGB691045-
CMYK0.3400.950.59
HSL81.21º90.83%21.37%-
HSV(B)81.21º95.19%40.78%-
XYZ7.4311.181.91-
YUV82.2584.4118.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=38.76%
G=58.43%
B=2.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6910450.3400.950.5981.2190.8321.37
Hex456852205F3B515b15
Octal10515054201377312113325
Binary10001011101000101100010010111111110111010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456805; }

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

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

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

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

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

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

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

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