#457304

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

Shades of Verdun Green #457304

Tints of Verdun Green #457304

Color information

#457304 (or 0x457304) is unknown color: approx Verdun Green. HEX triplet: 45, 73 and 04. RGB value is (69,115,4). Sum of RGB (Red+Green+Blue) = 69+115+4=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #457304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457304 is #BA8CFB. Grayscale: #585858. Windows color (decimal): -12225788 or 291653. OLE color: 291653.

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

Color convert

RGB691154-
CMYK0.400.970.55
HSL84.86º93.28%23.33%-
HSV(B)84.86º96.52%45.1%-
XYZ8.6113.542.27-
YUV88.5980.26114.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=36.70%
G=61.17%
B=2.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6911540.400.970.5584.8693.2823.33
Hex457342806137555d17
Octal10516345001416712513527
Binary10001011110011100101000011000011101111010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457304; }

 p { color: rgb(69,115,4); }

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

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

 a { background-color: rgb(69,115,4); }

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

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

 span { border-color: rgb(69,115,4); }

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