#465415

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

Shades of Verdun Green #465415

Tints of Verdun Green #465415

Color information

#465415 (or 0x465415) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 15. RGB value is (70,84,21). Sum of RGB (Red+Green+Blue) = 70+84+21=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #465415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465415 is #B9ABEA. Grayscale: #484848. Windows color (decimal): -12168171 or 1397830. OLE color: 1397830.

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

Color convert

RGB708421-
CMYK0.1700.750.67
HSL73.33º60%20.59%-
HSV(B)73.33º75%32.94%-
XYZ5.837.71.89-
YUV72.6398.86126.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 21 (8.59% from 255) = 12%
R=40%
G=48%
B=12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084210.1700.750.6773.336020.59
Hex4654151104B43493c15
Octal106124252101131031117425
Binary100011010101001010110001010010111000011100100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465415; }

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

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

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

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

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

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

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

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