#454711

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

Shades of Verdun Green #454711

Tints of Verdun Green #454711

Color information

#454711 (or 0x454711) is unknown color: approx Verdun Green. HEX triplet: 45, 47 and 11. RGB value is (69,71,17). Sum of RGB (Red+Green+Blue) = 69+71+17=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #454711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454711 is #BAB8EE. Grayscale: #404040. Windows color (decimal): -12237039 or 1132357. OLE color: 1132357.

HSL color Cylindrical-coordinate representation of color #454711: hue angle of 62.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #454711 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB697117-
CMYK0.0300.760.72
HSL62.22º61.36%17.25%-
HSV(B)62.22º76.06%27.84%-
XYZ4.815.811.4-
YUV64.25101.34131.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=43.95%
G=45.22%
B=10.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971170.0300.760.7262.2261.3617.25
Hex454711304C483e3d11
Octal1051072130114110767521
Binary10001011000111100011101001100100100011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454711; }

 p { color: rgb(69,71,17); }

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

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

 a { background-color: rgb(69,71,17); }

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

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

 span { border-color: rgb(69,71,17); }

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