#46511C

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

Shades of Verdun Green #46511C

Tints of Verdun Green #46511C

Color information

#46511C (or 0x46511C) is unknown color: approx Verdun Green. HEX triplet: 46, 51 and 1C. RGB value is (70,81,28). Sum of RGB (Red+Green+Blue) = 70+81+28=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #46511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46511C is #B9AEE3. Grayscale: #474747. Windows color (decimal): -12168932 or 1855814. OLE color: 1855814.

HSL color Cylindrical-coordinate representation of color #46511C: hue angle of 72.45º 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 #46511C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB708128-
CMYK0.1400.650.68
HSL72.45º48.62%21.37%-
HSV(B)72.45º65.43%31.76%-
XYZ5.687.272.2-
YUV71.67103.36126.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=39.11%
G=45.25%
B=15.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081280.1400.650.6872.4548.6221.37
Hex46511CE04144483115
Octal106121341601011041106125
Binary10001101010001111001110010000011000100100100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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