#465019

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

Shades of Verdun Green #465019

Tints of Verdun Green #465019

Color information

#465019 (or 0x465019) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 19. RGB value is (70,80,25). Sum of RGB (Red+Green+Blue) = 70+80+25=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #465019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465019 is #B9AFE6. Grayscale: #464646. Windows color (decimal): -12169191 or 1658950. OLE color: 1658950.

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

Color convert

RGB708025-
CMYK0.1200.690.69
HSL70.91º52.38%20.59%-
HSV(B)70.91º68.75%31.37%-
XYZ5.577.112-
YUV70.74102.19127.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=40%
G=45.71%
B=14.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080250.1200.690.6970.9152.3820.59
Hex465019C04545473415
Octal106120311401051051076425
Binary10001101010000110011100010001011000101100011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465019; }

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

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

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

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

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

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

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

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