#464803

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

Shades of Verdun Green #464803

Tints of Verdun Green #464803

Color information

#464803 (or 0x464803) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 03. RGB value is (70,72,3). Sum of RGB (Red+Green+Blue) = 70+72+3=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #464803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464803 is #B9B7FC. Grayscale: #3F3F3F. Windows color (decimal): -12171261 or 215110. OLE color: 215110.

HSL color Cylindrical-coordinate representation of color #464803: hue angle of 61.74º 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 #464803 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB70723-
CMYK0.0300.960.72
HSL61.74º92%14.71%-
HSV(B)61.74º95.83%28.24%-
XYZ4.865.940.98-
YUV63.5493.84132.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=48.28%
G=49.66%
B=2.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707230.0300.960.7261.749214.71
Hex464833060483e5cf
Octal1061103301401107613417
Binary10001101001000111101100000100100011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464803; }

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

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

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

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

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

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

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

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