#454917

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

Shades of Verdun Green #454917

Tints of Verdun Green #454917

Color information

#454917 (or 0x454917) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 17. RGB value is (69,73,23). Sum of RGB (Red+Green+Blue) = 69+73+23=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #454917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454917 is #BAB6E8. Grayscale: #424242. Windows color (decimal): -12236521 or 1526085. OLE color: 1526085.

HSL color Cylindrical-coordinate representation of color #454917: hue angle of 64.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454917 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB697323-
CMYK0.0500.680.71
HSL64.8º52.08%18.82%-
HSV(B)64.8º68.49%28.63%-
XYZ4.996.091.72-
YUV66.1103.67130.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=41.82%
G=44.24%
B=13.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973230.0500.680.7164.852.0818.82
Hex454917504447413413
Octal10511127501041071016423
Binary1000101100100110111101010001001000111100000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454917; }

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

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

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

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

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

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

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

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