#45541C

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

Shades of Verdun Green #45541C

Tints of Verdun Green #45541C

Color information

#45541C (or 0x45541C) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 1C. RGB value is (69,84,28). Sum of RGB (Red+Green+Blue) = 69+84+28=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #45541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45541C is #BAABE3. Grayscale: #494949. Windows color (decimal): -12233700 or 1856581. OLE color: 1856581.

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

Color convert

RGB698428-
CMYK0.1800.670.67
HSL76.07º50%21.96%-
HSV(B)76.07º66.67%32.94%-
XYZ5.837.692.28-
YUV73.13102.53125.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=38.12%
G=46.41%
B=15.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984280.1800.670.6776.075021.96
Hex45541C12043434c3216
Octal105124342201031031146226
Binary100010110101001110010010010000111000011100110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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