#465212

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

Shades of Verdun Green #465212

Tints of Verdun Green #465212

Color information

#465212 (or 0x465212) is unknown color: approx Verdun Green. HEX triplet: 46, 52 and 12. RGB value is (70,82,18). Sum of RGB (Red+Green+Blue) = 70+82+18=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #465212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465212 is #B9ADED. Grayscale: #474747. Windows color (decimal): -12168686 or 1200710. OLE color: 1200710.

HSL color Cylindrical-coordinate representation of color #465212: hue angle of 71.25º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #465212 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB708218-
CMYK0.1500.780.68
HSL71.25º64%19.61%-
HSV(B)71.25º78.05%32.16%-
XYZ5.657.381.7-
YUV71.1298.02127.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=41.18%
G=48.24%
B=10.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082180.1500.780.6871.256419.61
Hex465212F04E44474014
Octal1061222217011610410710024
Binary100011010100101001011110100111010001001000111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465212; }

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

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

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

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

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

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

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

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