#465400

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

Shades of Verdun Green #465400

Tints of Verdun Green #465400

Color information

#465400 (or 0x465400) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 00. RGB value is (70,84,0). Sum of RGB (Red+Green+Blue) = 70+84+0=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #465400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465400 is #B9ABFF. Grayscale: #464646. Windows color (decimal): -12168192 or 21574. OLE color: 21574.

HSL color Cylindrical-coordinate representation of color #465400: hue angle of 70º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #465400 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB70840-
CMYK0.17010.67
HSL70º100%16.47%-
HSV(B)70º100%32.94%-
XYZ5.77.641.17-
YUV70.2488.36127.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.45%
G=54.55%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708400.17010.677010016.47
Hex465401106443466410
Octal106124021014410310614420
Binary100011010101000100010110010010000111000110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465400; }

 p { color: rgb(70,84,0); }

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

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

 a { background-color: rgb(70,84,0); }

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

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

 span { border-color: rgb(70,84,0); }

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