#45541E

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

Shades of Verdun Green #45541E

Tints of Verdun Green #45541E

Color information

#45541E (or 0x45541E) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 1E. RGB value is (69,84,30). Sum of RGB (Red+Green+Blue) = 69+84+30=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #45541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45541E is #BAABE1. Grayscale: #494949. Windows color (decimal): -12233698 or 1987653. OLE color: 1987653.

HSL color Cylindrical-coordinate representation of color #45541E: hue angle of 76.67º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45541E is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB698430-
CMYK0.1800.640.67
HSL76.67º47.37%22.35%-
HSV(B)76.67º64.29%32.94%-
XYZ5.867.72.41-
YUV73.36103.53124.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=37.70%
G=45.90%
B=16.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984300.1800.640.6776.6747.3722.35
Hex45541E12040434d2f16
Octal105124362201001031155726
Binary100010110101001111010010010000001000011100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,84,30); }

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

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

 a { background-color: rgb(69,84,30); }

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

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

 span { border-color: rgb(69,84,30); }

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