#454710

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

Shades of Verdun Green #454710

Tints of Verdun Green #454710

Color information

#454710 (or 0x454710) is unknown color: approx Verdun Green. HEX triplet: 45, 47 and 10. RGB value is (69,71,16). Sum of RGB (Red+Green+Blue) = 69+71+16=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #454710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454710 is #BAB8EF. Grayscale: #404040. Windows color (decimal): -12237040 or 1066821. OLE color: 1066821.

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

Color convert

RGB697116-
CMYK0.0300.770.72
HSL62.18º63.22%17.06%-
HSV(B)62.18º77.46%27.84%-
XYZ4.85.811.36-
YUV64.13100.84131.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=44.23%
G=45.51%
B=10.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971160.0300.770.7262.1863.2217.06
Hex454710304D483e3f11
Octal1051072030115110767721
Binary10001011000111100001101001101100100011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454710; }

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

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

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

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

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

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

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

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