#465105

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

Shades of Verdun Green #465105

Tints of Verdun Green #465105

Color information

#465105 (or 0x465105) is unknown color: approx Verdun Green. HEX triplet: 46, 51 and 05. RGB value is (70,81,5). Sum of RGB (Red+Green+Blue) = 70+81+5=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #465105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465105 is #B9AEFA. Grayscale: #454545. Windows color (decimal): -12168955 or 348486. OLE color: 348486.

HSL color Cylindrical-coordinate representation of color #465105: hue angle of 68.68º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #465105 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB70815-
CMYK0.1400.940.68
HSL68.68º88.37%16.86%-
HSV(B)68.68º93.83%31.76%-
XYZ5.57.21.24-
YUV69.0591.86128.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=44.87%
G=51.92%
B=3.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal708150.1400.940.6868.6888.3716.86
Hex46515E05E44455811
Octal106121516013610410513021
Binary1000110101000110111100101111010001001000101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465105; }

 p { color: rgb(70,81,5); }

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

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

 a { background-color: rgb(70,81,5); }

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

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

 span { border-color: rgb(70,81,5); }

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