#465114

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

Shades of Verdun Green #465114

Tints of Verdun Green #465114

Color information

#465114 (or 0x465114) is unknown color: approx Verdun Green. HEX triplet: 46, 51 and 14. RGB value is (70,81,20). Sum of RGB (Red+Green+Blue) = 70+81+20=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #465114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465114 is #B9AEEB. Grayscale: #464646. Windows color (decimal): -12168940 or 1331526. OLE color: 1331526.

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

Color convert

RGB708120-
CMYK0.1400.750.68
HSL70.82º60.4%19.8%-
HSV(B)70.82º75.31%31.76%-
XYZ5.597.241.76-
YUV70.7699.36127.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=40.94%
G=47.37%
B=11.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081200.1400.750.6870.8260.419.8
Hex465114E04B44473c14
Octal106121241601131041077424
Binary10001101010001101001110010010111000100100011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465114; }

 p { color: rgb(70,81,20); }

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

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

 a { background-color: rgb(70,81,20); }

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

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

 span { border-color: rgb(70,81,20); }

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