#46541B

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

Shades of Verdun Green #46541B

Tints of Verdun Green #46541B

Color information

#46541B (or 0x46541B) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 1B. RGB value is (70,84,27). Sum of RGB (Red+Green+Blue) = 70+84+27=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #46541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46541B is #B9ABE4. Grayscale: #494949. Windows color (decimal): -12168165 or 1791046. OLE color: 1791046.

HSL color Cylindrical-coordinate representation of color #46541B: hue angle of 74.74º degrees, saturation: 0.51, 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 #46541B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB708427-
CMYK0.1700.680.67
HSL74.74º51.35%21.76%-
HSV(B)74.74º67.86%32.94%-
XYZ5.897.722.22-
YUV73.32101.86125.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=38.67%
G=46.41%
B=14.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084270.1700.680.6774.7451.3521.76
Hex46541B11044434b3316
Octal106124332101041031136326
Binary100011010101001101110001010001001000011100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,84,27); }

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

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

 a { background-color: rgb(70,84,27); }

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

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

 span { border-color: rgb(70,84,27); }

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