#464700

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

Shades of Verdun Green #464700

Tints of Verdun Green #464700

Color information

#464700 (or 0x464700) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 00. RGB value is (70,71,0). Sum of RGB (Red+Green+Blue) = 70+71+0=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #464700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464700 is #B9B8FF. Grayscale: #3E3E3E. Windows color (decimal): -12171520 or 18246. OLE color: 18246.

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

Color convert

RGB70710-
CMYK0.01010.72
HSL60.85º100%13.92%-
HSV(B)60.85º100%27.84%-
XYZ4.785.810.87-
YUV62.6192.67133.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.65%
G=50.35%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707100.01010.7260.8510013.92
Hex464701064483d64e
Octal1061070101441107514416
Binary100011010001110101100100100100011110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464700; }

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

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

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

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

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

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

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

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