#45551B

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

Shades of Verdun Green #45551B

Tints of Verdun Green #45551B

Color information

#45551B (or 0x45551B) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 1B. RGB value is (69,85,27). Sum of RGB (Red+Green+Blue) = 69+85+27=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #45551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551B is #BAAAE4. Grayscale: #494949. Windows color (decimal): -12233445 or 1791301. OLE color: 1791301.

HSL color Cylindrical-coordinate representation of color #45551B: hue angle of 76.55º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45551B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB698527-
CMYK0.1900.680.67
HSL76.55º51.79%21.96%-
HSV(B)76.55º68.24%33.33%-
XYZ5.97.842.24-
YUV73.6101.7124.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=38.12%
G=46.96%
B=14.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985270.1900.680.6776.5551.7921.96
Hex45551B13044434d3416
Octal105125332301041031156426
Binary100010110101011101110011010001001000011100110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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