#464801

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

Shades of Verdun Green #464801

Tints of Verdun Green #464801

Color information

#464801 (or 0x464801) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 01. RGB value is (70,72,1). Sum of RGB (Red+Green+Blue) = 70+72+1=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #464801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464801 is #B9B7FE. Grayscale: #3F3F3F. Windows color (decimal): -12171263 or 84038. OLE color: 84038.

HSL color Cylindrical-coordinate representation of color #464801: hue angle of 61.69º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464801 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB70721-
CMYK0.0300.990.72
HSL61.69º97.26%14.31%-
HSV(B)61.69º98.61%28.24%-
XYZ4.855.940.92-
YUV63.3192.84132.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=48.95%
G=50.35%
B=0.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707210.0300.990.7261.6997.2614.31
Hex464813063483e61e
Octal1061101301431107614116
Binary1000110100100011101100011100100011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464801; }

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

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

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

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

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

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

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

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