#45541D

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

Shades of Verdun Green #45541D

Tints of Verdun Green #45541D

Color information

#45541D (or 0x45541D) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 1D. RGB value is (69,84,29). Sum of RGB (Red+Green+Blue) = 69+84+29=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #45541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45541D is #BAABE2. Grayscale: #494949. Windows color (decimal): -12233699 or 1922117. OLE color: 1922117.

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

Color convert

RGB698429-
CMYK0.1800.650.67
HSL76.36º48.67%22.16%-
HSV(B)76.36º65.48%32.94%-
XYZ5.857.692.34-
YUV73.24103.03124.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=37.91%
G=46.15%
B=15.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984290.1800.650.6776.3648.6722.16
Hex45541D12041434c3116
Octal105124352201011031146126
Binary100010110101001110110010010000011000011100110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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