#465013

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

Shades of Verdun Green #465013

Tints of Verdun Green #465013

Color information

#465013 (or 0x465013) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 13. RGB value is (70,80,19). Sum of RGB (Red+Green+Blue) = 70+80+19=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #465013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465013 is #B9AFEC. Grayscale: #464646. Windows color (decimal): -12169197 or 1265734. OLE color: 1265734.

HSL color Cylindrical-coordinate representation of color #465013: hue angle of 69.84º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #465013 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB708019-
CMYK0.1200.760.69
HSL69.84º61.62%19.41%-
HSV(B)69.84º76.25%31.37%-
XYZ5.517.091.69-
YUV70.0699.19127.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=41.42%
G=47.34%
B=11.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080190.1200.760.6969.8461.6219.41
Hex465013C04C45463e13
Octal106120231401141051067623
Binary10001101010000100111100010011001000101100011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465013; }

 p { color: rgb(70,80,19); }

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

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

 a { background-color: rgb(70,80,19); }

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

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

 span { border-color: rgb(70,80,19); }

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