#45511C

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

Shades of Verdun Green #45511C

Tints of Verdun Green #45511C

Color information

#45511C (or 0x45511C) is unknown color: approx Verdun Green. HEX triplet: 45, 51 and 1C. RGB value is (69,81,28). Sum of RGB (Red+Green+Blue) = 69+81+28=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #45511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45511C is #BAAEE3. Grayscale: #474747. Windows color (decimal): -12234468 or 1855813. OLE color: 1855813.

HSL color Cylindrical-coordinate representation of color #45511C: hue angle of 73.58º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45511C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB698128-
CMYK0.1500.650.68
HSL73.58º48.62%21.37%-
HSV(B)73.58º65.43%31.76%-
XYZ5.617.232.2-
YUV71.37103.52126.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=38.76%
G=45.51%
B=15.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981280.1500.650.6873.5848.6221.37
Hex45511CF041444a3115
Octal105121341701011041126125
Binary10001011010001111001111010000011000100100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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