#45470F

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

Shades of Verdun Green #45470F

Tints of Verdun Green #45470F

Color information

#45470F (or 0x45470F) is unknown color: approx Verdun Green. HEX triplet: 45, 47 and 0F. RGB value is (69,71,15). Sum of RGB (Red+Green+Blue) = 69+71+15=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #45470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45470F is #BAB8F0. Grayscale: #404040. Windows color (decimal): -12237041 or 1001285. OLE color: 1001285.

HSL color Cylindrical-coordinate representation of color #45470F: hue angle of 62.14º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45470F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB697115-
CMYK0.0300.790.72
HSL62.14º65.12%16.86%-
HSV(B)62.14º78.87%27.84%-
XYZ4.795.811.32-
YUV64.02100.34131.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=44.52%
G=45.81%
B=9.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971150.0300.790.7262.1465.1216.86
Hex4547F304F483e4111
Octal10510717301171107610121
Binary10001011000111111111010011111001000111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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