#454513

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

Shades of Verdun Green #454513

Tints of Verdun Green #454513

Color information

#454513 (or 0x454513) is unknown color: approx Verdun Green. HEX triplet: 45, 45 and 13. RGB value is (69,69,19). Sum of RGB (Red+Green+Blue) = 69+69+19=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454513 is #BABAEC. Grayscale: #3F3F3F. Windows color (decimal): -12237549 or 1262917. OLE color: 1262917.

HSL color Cylindrical-coordinate representation of color #454513: hue angle of 60º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #454513 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB696919-
CMYK000.720.73
HSL60º56.82%17.25%-
HSV(B)60º72.46%27.06%-
XYZ4.75.571.44-
YUV63.3103132.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=43.95%
G=43.95%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696919000.720.736056.8217.25
Hex4545130048493c3911
Octal1051052300110111747121
Binary1000101100010110011001001000100100111110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454513; }

 p { color: rgb(69,69,19); }

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

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

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

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

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

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

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