#454C17

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

Shades of Verdun Green #454C17

Tints of Verdun Green #454C17

Color information

#454C17 (or 0x454C17) is unknown color: approx Verdun Green. HEX triplet: 45, 4C and 17. RGB value is (69,76,23). Sum of RGB (Red+Green+Blue) = 69+76+23=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #454C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C17 is #BAB3E8. Grayscale: #444444. Windows color (decimal): -12235753 or 1526853. OLE color: 1526853.

HSL color Cylindrical-coordinate representation of color #454C17: hue angle of 67.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454C17 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB697623-
CMYK0.0900.700.70
HSL67.92º53.54%19.41%-
HSV(B)67.92º69.74%29.8%-
XYZ5.196.51.79-
YUV67.86102.68128.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=41.07%
G=45.24%
B=13.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976230.0900.700.7067.9253.5419.41
Hex454C17904646443613
Octal105114271101061061046623
Binary10001011001100101111001010001101000110100010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454C17; }

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

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

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

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

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

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

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

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