#46551C

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

Shades of Verdun Green #46551C

Tints of Verdun Green #46551C

Color information

#46551C (or 0x46551C) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 1C. RGB value is (70,85,28). Sum of RGB (Red+Green+Blue) = 70+85+28=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #46551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46551C is #B9AAE3. Grayscale: #4A4A4A. Windows color (decimal): -12167908 or 1856838. OLE color: 1856838.

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

Color convert

RGB708528-
CMYK0.1800.670.67
HSL75.79º50.44%22.16%-
HSV(B)75.79º67.06%33.33%-
XYZ5.987.882.3-
YUV74.02102.03125.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=38.25%
G=46.45%
B=15.30%

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
Decimal7085280.1800.670.6775.7950.4422.16
Hex46551C12043434c3216
Octal106125342201031031146226
Binary100011010101011110010010010000111000011100110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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