#45480D

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

Shades of Verdun Green #45480D

Tints of Verdun Green #45480D

Color information

#45480D (or 0x45480D) is unknown color: approx Verdun Green. HEX triplet: 45, 48 and 0D. RGB value is (69,72,13). Sum of RGB (Red+Green+Blue) = 69+72+13=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #45480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45480D is #BAB7F2. Grayscale: #404040. Windows color (decimal): -12236787 or 870469. OLE color: 870469.

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

Color convert

RGB697213-
CMYK0.0400.820.72
HSL63.05º69.41%16.67%-
HSV(B)63.05º81.94%28.24%-
XYZ4.845.931.27-
YUV64.3899.01131.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=44.81%
G=46.75%
B=8.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972130.0400.820.7263.0569.4116.67
Hex4548D4052483f4511
Octal10511015401221107710521
Binary100010110010001101100010100101001000111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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