#454617

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

Shades of Verdun Green #454617

Tints of Verdun Green #454617

Color information

#454617 (or 0x454617) is unknown color: approx Verdun Green. HEX triplet: 45, 46 and 17. RGB value is (69,70,23). Sum of RGB (Red+Green+Blue) = 69+70+23=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #454617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454617 is #BAB9E8. Grayscale: #404040. Windows color (decimal): -12237289 or 1525317. OLE color: 1525317.

HSL color Cylindrical-coordinate representation of color #454617: hue angle of 61.28º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454617 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB697023-
CMYK0.0100.670.73
HSL61.28º50.54%18.24%-
HSV(B)61.28º67.14%27.45%-
XYZ4.85.711.66-
YUV64.34104.67131.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=42.59%
G=43.21%
B=14.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970230.0100.670.7361.2850.5418.24
Hex4546171043493d3312
Octal1051062710103111756322
Binary1000101100011010111101000011100100111110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454617; }

 p { color: rgb(69,70,23); }

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

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

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

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

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

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

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