#45490F

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

Shades of Verdun Green #45490F

Tints of Verdun Green #45490F

Color information

#45490F (or 0x45490F) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 0F. RGB value is (69,73,15). Sum of RGB (Red+Green+Blue) = 69+73+15=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #45490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45490F is #BAB6F0. Grayscale: #414141. Windows color (decimal): -12236529 or 1001797. OLE color: 1001797.

HSL color Cylindrical-coordinate representation of color #45490F: hue angle of 64.14º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45490F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB697315-
CMYK0.0500.790.71
HSL64.14º65.91%17.25%-
HSV(B)64.14º79.45%28.63%-
XYZ4.926.061.36-
YUV65.1999.67130.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=43.95%
G=46.50%
B=9.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973150.0500.790.7164.1465.9117.25
Hex4549F504F47404211
Octal105111175011710710010221
Binary1000101100100111111010100111110001111000000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45490F; }

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

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

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

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

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

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

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

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