#466203

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

Shades of Verdun Green #466203

Tints of Verdun Green #466203

Color information

#466203 (or 0x466203) is unknown color: approx Verdun Green. HEX triplet: 46, 62 and 03. RGB value is (70,98,3). Sum of RGB (Red+Green+Blue) = 70+98+3=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #466203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466203 is #B99DFC. Grayscale: #4F4F4F. Windows color (decimal): -12164605 or 221766. OLE color: 221766.

HSL color Cylindrical-coordinate representation of color #466203: hue angle of 77.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #466203 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB70983-
CMYK0.2900.970.62
HSL77.68º94.06%19.8%-
HSV(B)77.68º96.94%38.43%-
XYZ6.9110.041.66-
YUV78.885.22121.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=40.94%
G=57.31%
B=1.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709830.2900.970.6277.6894.0619.8
Hex466231D0613E4e5e14
Octal10614233501417611613624
Binary100011011000101111101011000011111101001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466203; }

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

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

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

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

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

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

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

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