#465D03

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

Shades of Verdun Green #465D03

Tints of Verdun Green #465D03

Color information

#465D03 (or 0x465D03) is unknown color: approx Verdun Green. HEX triplet: 46, 5D and 03. RGB value is (70,93,3). Sum of RGB (Red+Green+Blue) = 70+93+3=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #465D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D03 is #B9A2FC. Grayscale: #4C4C4C. Windows color (decimal): -12165885 or 220486. OLE color: 220486.

HSL color Cylindrical-coordinate representation of color #465D03: hue angle of 75.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #465D03 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB70933-
CMYK0.2500.970.64
HSL75.33º93.75%18.82%-
HSV(B)75.33º96.77%36.47%-
XYZ6.469.141.51-
YUV75.8686.88123.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=42.17%
G=56.02%
B=1.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal709330.2500.970.6475.3393.7518.82
Hex465D319061404b5e13
Octal106135331014110011313623
Binary1000110101110111110010110000110000001001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D03; }

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

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

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

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

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

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

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

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