#454F14

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

Shades of Verdun Green #454F14

Tints of Verdun Green #454F14

Color information

#454F14 (or 0x454F14) is unknown color: approx Verdun Green. HEX triplet: 45, 4F and 14. RGB value is (69,79,20). Sum of RGB (Red+Green+Blue) = 69+79+20=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #454F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454F14 is #BAB0EB. Grayscale: #454545. Windows color (decimal): -12234988 or 1331013. OLE color: 1331013.

HSL color Cylindrical-coordinate representation of color #454F14: hue angle of 70.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #454F14 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB697920-
CMYK0.1300.750.69
HSL70.17º59.6%19.41%-
HSV(B)70.17º74.68%30.98%-
XYZ5.386.911.71-
YUV69.28100.19127.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=41.07%
G=47.02%
B=11.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979200.1300.750.6970.1759.619.41
Hex454F14D04B45463c13
Octal105117241501131051067423
Binary10001011001111101001101010010111000101100011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,79,20); }

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

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

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

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

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

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

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