#46531C

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

Shades of Verdun Green #46531C

Tints of Verdun Green #46531C

Color information

#46531C (or 0x46531C) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 1C. RGB value is (70,83,28). Sum of RGB (Red+Green+Blue) = 70+83+28=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #46531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46531C is #B9ACE3. Grayscale: #494949. Windows color (decimal): -12168420 or 1856326. OLE color: 1856326.

HSL color Cylindrical-coordinate representation of color #46531C: hue angle of 74.18º degrees, saturation: 0.5, 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 #46531C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB708328-
CMYK0.1600.660.67
HSL74.18º49.55%21.76%-
HSV(B)74.18º66.27%32.55%-
XYZ5.837.572.25-
YUV72.84102.69125.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=38.67%
G=45.86%
B=15.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083280.1600.660.6774.1849.5521.76
Hex46531C10042434a3216
Octal106123342001021031126226
Binary100011010100111110010000010000101000011100101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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