#464201

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

Shades of Verdun Green #464201

Tints of Verdun Green #464201

Color information

#464201 (or 0x464201) is unknown color: approx Verdun Green. HEX triplet: 46, 42 and 01. RGB value is (70,66,1). Sum of RGB (Red+Green+Blue) = 70+66+1=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #464201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464201 is #B9BDFE. Grayscale: #3C3C3C. Windows color (decimal): -12172799 or 82502. OLE color: 82502.

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

Color convert

RGB70661-
CMYK00.060.990.73
HSL56.52º97.18%13.92%-
HSV(B)56.52º98.57%27.45%-
XYZ4.485.20.8-
YUV59.7994.83135.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 66 (26.17% from 255) = 48.18%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=51.09%
G=48.18%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7066100.060.990.7356.5297.1813.92
Hex464210663493961e
Octal1061021061431117114116
Binary10001101000010101101100011100100111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464201; }

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

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

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

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

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

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

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

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