#465414

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

Shades of Verdun Green #465414

Tints of Verdun Green #465414

Color information

#465414 (or 0x465414) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 14. RGB value is (70,84,20). Sum of RGB (Red+Green+Blue) = 70+84+20=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #465414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465414 is #B9ABEB. Grayscale: #484848. Windows color (decimal): -12168172 or 1332294. OLE color: 1332294.

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

Color convert

RGB708420-
CMYK0.1700.760.67
HSL73.12º61.54%20.39%-
HSV(B)73.12º76.19%32.94%-
XYZ5.827.691.84-
YUV72.5298.36126.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=40.23%
G=48.28%
B=11.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084200.1700.760.6773.1261.5420.39
Hex4654141104C43493e14
Octal106124242101141031117624
Binary100011010101001010010001010011001000011100100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465414; }

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

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

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

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

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

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

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

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