#46551D

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

Shades of Verdun Green #46551D

Tints of Verdun Green #46551D

Color information

#46551D (or 0x46551D) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 1D. RGB value is (70,85,29). Sum of RGB (Red+Green+Blue) = 70+85+29=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #46551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46551D is #B9AAE2. Grayscale: #4A4A4A. Windows color (decimal): -12167907 or 1922374. OLE color: 1922374.

HSL color Cylindrical-coordinate representation of color #46551D: hue angle of 76.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46551D is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB708529-
CMYK0.1800.660.67
HSL76.07º49.12%22.35%-
HSV(B)76.07º65.88%33.33%-
XYZ67.892.37-
YUV74.13102.53125.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 29 (11.72% from 255) = 15.76%
R=38.04%
G=46.20%
B=15.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085290.1800.660.6776.0749.1222.35
Hex46551D12042434c3116
Octal106125352201021031146126
Binary100011010101011110110010010000101000011100110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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