#454F1A

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

Shades of Verdun Green #454F1A

Tints of Verdun Green #454F1A

Color information

#454F1A (or 0x454F1A) is unknown color: approx Verdun Green. HEX triplet: 45, 4F and 1A. RGB value is (69,79,26). Sum of RGB (Red+Green+Blue) = 69+79+26=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #454F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F1A is #BAB0E5. Grayscale: #464646. Windows color (decimal): -12234982 or 1724229. OLE color: 1724229.

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

Color convert

RGB697926-
CMYK0.1300.670.69
HSL71.32º50.48%20.59%-
HSV(B)71.32º67.09%30.98%-
XYZ5.446.932.03-
YUV69.97103.19127.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=39.66%
G=45.40%
B=14.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979260.1300.670.6971.3250.4820.59
Hex454F1AD04345473215
Octal105117321501031051076225
Binary10001011001111110101101010000111000101100011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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