#457600

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

Shades of Verdun Green #457600

Tints of Verdun Green #457600

Color information

#457600 (or 0x457600) is unknown color: approx Verdun Green. HEX triplet: 45, 76 and 00. RGB value is (69,118,0). Sum of RGB (Red+Green+Blue) = 69+118+0=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #457600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457600 is #BA89FF. Grayscale: #5A5A5A. Windows color (decimal): -12225024 or 30277. OLE color: 30277.

HSL color Cylindrical-coordinate representation of color #457600: hue angle of 84.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #457600 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB691180-
CMYK0.42010.54
HSL84.92º100%23.14%-
HSV(B)84.92º100%46.27%-
XYZ8.9314.222.27-
YUV89.977.27113.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.90%
G=63.10%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6911800.42010.5484.9210023.14
Hex457602A06436556417
Octal10516605201446612514427
Binary100010111101100101010011001001101101010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457600; }

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

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

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

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

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

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

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

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