#465817

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

Shades of Verdun Green #465817

Tints of Verdun Green #465817

Color information

#465817 (or 0x465817) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 17. RGB value is (70,88,23). Sum of RGB (Red+Green+Blue) = 70+88+23=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #465817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465817 is #B9A7E8. Grayscale: #4B4B4B. Windows color (decimal): -12167145 or 1529926. OLE color: 1529926.

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

Color convert

RGB708823-
CMYK0.2000.740.65
HSL76.62º58.56%21.76%-
HSV(B)76.62º73.86%34.51%-
XYZ6.178.342.1-
YUV75.2198.54124.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=38.67%
G=48.62%
B=12.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088230.2000.740.6576.6258.5621.76
Hex4658171404A414d3b16
Octal106130272401121011157326
Binary100011010110001011110100010010101000001100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465817; }

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

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

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

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

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

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

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

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