#465603

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

Shades of Verdun Green #465603

Tints of Verdun Green #465603

Color information

#465603 (or 0x465603) is unknown color: approx Verdun Green. HEX triplet: 46, 56 and 03. RGB value is (70,86,3). Sum of RGB (Red+Green+Blue) = 70+86+3=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #465603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465603 is #B9A9FC. Grayscale: #484848. Windows color (decimal): -12167677 or 218694. OLE color: 218694.

HSL color Cylindrical-coordinate representation of color #465603: hue angle of 71.57º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #465603 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB70863-
CMYK0.1900.970.66
HSL71.57º93.26%17.45%-
HSV(B)71.57º96.51%33.73%-
XYZ5.877.961.31-
YUV71.7589.2126.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 86 (33.98% from 255) = 54.09%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=44.03%
G=54.09%
B=1.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal708630.1900.970.6671.5793.2617.45
Hex465631306142485d11
Octal106126323014110211013521
Binary1000110101011011100110110000110000101001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465603; }

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

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

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

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

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

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

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

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