#46551F

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

Shades of Verdun Green #46551F

Tints of Verdun Green #46551F

Color information

#46551F (or 0x46551F) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 1F. RGB value is (70,85,31). Sum of RGB (Red+Green+Blue) = 70+85+31=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #46551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46551F is #B9AAE0. Grayscale: #4A4A4A. Windows color (decimal): -12167905 or 2053446. OLE color: 2053446.

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

Color convert

RGB708531-
CMYK0.1800.640.67
HSL76.67º46.55%22.75%-
HSV(B)76.67º63.53%33.33%-
XYZ6.027.92.5-
YUV74.36103.53124.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=37.63%
G=45.70%
B=16.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085310.1800.640.6776.6746.5522.75
Hex46551F12040434d2f17
Octal106125372201001031155727
Binary100011010101011111110010010000001000011100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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