#456013

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

Shades of Verdun Green #456013

Tints of Verdun Green #456013

Color information

#456013 (or 0x456013) is unknown color: approx Verdun Green. HEX triplet: 45, 60 and 13. RGB value is (69,96,19). Sum of RGB (Red+Green+Blue) = 69+96+19=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #456013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456013 is #BA9FEC. Grayscale: #4F4F4F. Windows color (decimal): -12230637 or 1269829. OLE color: 1269829.

HSL color Cylindrical-coordinate representation of color #456013: hue angle of 81.04º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #456013 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB699619-
CMYK0.2800.800.62
HSL81.04º66.96%22.55%-
HSV(B)81.04º80.21%37.65%-
XYZ6.759.682.13-
YUV79.1594.05120.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=37.5%
G=52.17%
B=10.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996190.2800.800.6281.0466.9622.55
Hex4560131C0503E514317
Octal105140233401207612110327
Binary100010111000001001111100010100001111101010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456013; }

 p { color: rgb(69,96,19); }

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

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

 a { background-color: rgb(69,96,19); }

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

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

 span { border-color: rgb(69,96,19); }

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