#45480E

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

Shades of Verdun Green #45480E

Tints of Verdun Green #45480E

Color information

#45480E (or 0x45480E) is unknown color: approx Verdun Green. HEX triplet: 45, 48 and 0E. RGB value is (69,72,14). Sum of RGB (Red+Green+Blue) = 69+72+14=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #45480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45480E is #BAB7F1. Grayscale: #404040. Windows color (decimal): -12236786 or 936005. OLE color: 936005.

HSL color Cylindrical-coordinate representation of color #45480E: hue angle of 63.1º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45480E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB697214-
CMYK0.0400.810.72
HSL63.1º67.44%16.86%-
HSV(B)63.1º80.56%28.24%-
XYZ4.855.931.3-
YUV64.4999.51131.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=44.52%
G=46.45%
B=9.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972140.0400.810.7263.167.4416.86
Hex4548E4051483f4311
Octal10511016401211107710321
Binary100010110010001110100010100011001000111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45480E; }

 p { color: rgb(69,72,14); }

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

<style>
 a { background-color: #45480E; }

 a { background-color: rgb(69,72,14); }

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

<style>
 span { border-color: #45480E; }

 span { border-color: rgb(69,72,14); }

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