#464807

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

Shades of Verdun Green #464807

Tints of Verdun Green #464807

Color information

#464807 (or 0x464807) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 07. RGB value is (70,72,7). Sum of RGB (Red+Green+Blue) = 70+72+7=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #464807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464807 is #B9B7F8. Grayscale: #404040. Windows color (decimal): -12171257 or 477254. OLE color: 477254.

HSL color Cylindrical-coordinate representation of color #464807: hue angle of 61.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #464807 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB70727-
CMYK0.0300.900.72
HSL61.85º82.28%15.49%-
HSV(B)61.85º90.28%28.24%-
XYZ4.885.951.09-
YUV63.9995.84132.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=46.98%
G=48.32%
B=4.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707270.0300.900.7261.8582.2815.49
Hex46487305A483e52f
Octal1061107301321107612217
Binary100011010010001111101011010100100011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464807; }

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

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

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

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

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

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

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

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