#465403

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

Shades of Verdun Green #465403

Tints of Verdun Green #465403

Color information

#465403 (or 0x465403) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 03. RGB value is (70,84,3). Sum of RGB (Red+Green+Blue) = 70+84+3=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #465403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465403 is #B9ABFC. Grayscale: #464646. Windows color (decimal): -12168189 or 218182. OLE color: 218182.

HSL color Cylindrical-coordinate representation of color #465403: hue angle of 70.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465403 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB70843-
CMYK0.1700.960.67
HSL70.37º93.1%17.06%-
HSV(B)70.37º96.43%32.94%-
XYZ5.717.651.26-
YUV70.5889.86127.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=44.59%
G=53.50%
B=1.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708430.1700.960.6770.3793.117.06
Hex465431106043465d11
Octal106124321014010310613521
Binary1000110101010011100010110000010000111000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465403; }

 p { color: rgb(70,84,3); }

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

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

 a { background-color: rgb(70,84,3); }

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

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

 span { border-color: rgb(70,84,3); }

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