#457303

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

Shades of Verdun Green #457303

Tints of Verdun Green #457303

Color information

#457303 (or 0x457303) is unknown color: approx Verdun Green. HEX triplet: 45, 73 and 03. RGB value is (69,115,3). Sum of RGB (Red+Green+Blue) = 69+115+3=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #457303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457303 is #BA8CFC. Grayscale: #585858. Windows color (decimal): -12225789 or 226117. OLE color: 226117.

HSL color Cylindrical-coordinate representation of color #457303: hue angle of 84.64º degrees, saturation: 0.95, 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 #457303 is Cyan = 0.4, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB691153-
CMYK0.400.970.55
HSL84.64º94.92%23.14%-
HSV(B)84.64º97.39%45.1%-
XYZ8.613.532.24-
YUV88.4879.76114.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=36.90%
G=61.50%
B=1.60%

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
Decimal6911530.400.970.5584.6494.9223.14
Hex457332806137555f17
Octal10516335001416712513727
Binary1000101111001111101000011000011101111010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457303; }

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

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

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

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

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

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

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

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