#464503

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

Shades of Verdun Green #464503

Tints of Verdun Green #464503

Color information

#464503 (or 0x464503) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 03. RGB value is (70,69,3). Sum of RGB (Red+Green+Blue) = 70+69+3=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #464503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464503 is #B9BAFC. Grayscale: #3E3E3E. Windows color (decimal): -12172029 or 214342. OLE color: 214342.

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

Color convert

RGB70693-
CMYK00.010.960.73
HSL59.1º91.78%14.31%-
HSV(B)59.1º95.71%27.45%-
XYZ4.675.560.91-
YUV61.7894.83133.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=49.30%
G=48.59%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7069300.010.960.7359.191.7814.31
Hex464530160493b5ce
Octal1061053011401117313416
Binary1000110100010111011100000100100111101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464503; }

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

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

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

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

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

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

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

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