#465819

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

Shades of Verdun Green #465819

Tints of Verdun Green #465819

Color information

#465819 (or 0x465819) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 19. RGB value is (70,88,25). Sum of RGB (Red+Green+Blue) = 70+88+25=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #465819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465819 is #B9A7E6. Grayscale: #4B4B4B. Windows color (decimal): -12167143 or 1660998. OLE color: 1660998.

HSL color Cylindrical-coordinate representation of color #465819: hue angle of 77.14º 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 #465819 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB708825-
CMYK0.2000.720.65
HSL77.14º55.75%22.16%-
HSV(B)77.14º71.59%34.51%-
XYZ6.198.352.21-
YUV75.4499.54124.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=38.25%
G=48.09%
B=13.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088250.2000.720.6577.1455.7522.16
Hex46581914048414d3816
Octal106130312401101011157026
Binary100011010110001100110100010010001000001100110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465819; }

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

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

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

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

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

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

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

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