#46470B

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

Shades of Verdun Green #46470B

Tints of Verdun Green #46470B

Color information

#46470B (or 0x46470B) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 0B. RGB value is (70,71,11). Sum of RGB (Red+Green+Blue) = 70+71+11=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #46470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46470B is #B9B8F4. Grayscale: #404040. Windows color (decimal): -12171509 or 739142. OLE color: 739142.

HSL color Cylindrical-coordinate representation of color #46470B: hue angle of 61º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46470B is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB707111-
CMYK0.0100.850.72
HSL61º73.17%16.08%-
HSV(B)61º84.51%27.84%-
XYZ4.845.831.19-
YUV63.8698.17132.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=46.05%
G=46.71%
B=7.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071110.0100.850.726173.1716.08
Hex4647B1055483d4910
Octal10610713101251107511120
Binary1000110100011110111010101011001000111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,71,11); }

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

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

 a { background-color: rgb(70,71,11); }

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

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

 span { border-color: rgb(70,71,11); }

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