#465919

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

Shades of Verdun Green #465919

Tints of Verdun Green #465919

Color information

#465919 (or 0x465919) is unknown color: approx Verdun Green. HEX triplet: 46, 59 and 19. RGB value is (70,89,25). Sum of RGB (Red+Green+Blue) = 70+89+25=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #465919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465919 is #B9A6E6. Grayscale: #4C4C4C. Windows color (decimal): -12166887 or 1661254. OLE color: 1661254.

HSL color Cylindrical-coordinate representation of color #465919: hue angle of 77.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465919 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB708925-
CMYK0.2100.720.65
HSL77.81º56.14%22.35%-
HSV(B)77.81º71.91%34.9%-
XYZ6.278.522.23-
YUV76.0299.21123.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=38.04%
G=48.37%
B=13.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089250.2100.720.6577.8156.1422.35
Hex46591915048414e3816
Octal106131312501101011167026
Binary100011010110011100110101010010001000001100111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465919; }

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

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

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

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

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

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

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

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