#465412

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

Shades of Verdun Green #465412

Tints of Verdun Green #465412

Color information

#465412 (or 0x465412) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 12. RGB value is (70,84,18). Sum of RGB (Red+Green+Blue) = 70+84+18=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #465412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465412 is #B9ABED. Grayscale: #484848. Windows color (decimal): -12168174 or 1201222. OLE color: 1201222.

HSL color Cylindrical-coordinate representation of color #465412: hue angle of 72.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #465412 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB708418-
CMYK0.1700.790.67
HSL72.73º64.71%20%-
HSV(B)72.73º78.57%32.94%-
XYZ5.817.691.75-
YUV72.2997.36126.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=40.70%
G=48.84%
B=10.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084180.1700.790.6772.7364.7120
Hex4654121104F43494114
Octal1061242221011710311110124
Binary1000110101010010010100010100111110000111001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465412; }

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

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

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

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

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

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

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

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