#464703

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

Shades of Verdun Green #464703

Tints of Verdun Green #464703

Color information

#464703 (or 0x464703) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 03. RGB value is (70,71,3). Sum of RGB (Red+Green+Blue) = 70+71+3=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #464703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464703 is #B9B8FC. Grayscale: #3F3F3F. Windows color (decimal): -12171517 or 214854. OLE color: 214854.

HSL color Cylindrical-coordinate representation of color #464703: hue angle of 60.88º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #464703 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB70713-
CMYK0.0100.960.72
HSL60.88º91.89%14.51%-
HSV(B)60.88º95.77%27.84%-
XYZ4.85.820.96-
YUV62.9594.17133.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=48.61%
G=49.31%
B=2.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707130.0100.960.7260.8891.8914.51
Hex464731060483d5cf
Octal1061073101401107513417
Binary1000110100011111101100000100100011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464703; }

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

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

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

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

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

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

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

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