#45551C

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

Shades of Verdun Green #45551C

Tints of Verdun Green #45551C

Color information

#45551C (or 0x45551C) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 1C. RGB value is (69,85,28). Sum of RGB (Red+Green+Blue) = 69+85+28=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #45551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551C is #BAAAE3. Grayscale: #494949. Windows color (decimal): -12233444 or 1856837. OLE color: 1856837.

HSL color Cylindrical-coordinate representation of color #45551C: hue angle of 76.84º 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 #45551C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB698528-
CMYK0.1900.670.67
HSL76.84º50.44%22.16%-
HSV(B)76.84º67.06%33.33%-
XYZ5.917.852.3-
YUV73.72102.2124.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=37.91%
G=46.70%
B=15.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985280.1900.670.6776.8450.4422.16
Hex45551C13043434d3216
Octal105125342301031031156226
Binary100010110101011110010011010000111000011100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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