#464F1B

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

Shades of Verdun Green #464F1B

Tints of Verdun Green #464F1B

Color information

#464F1B (or 0x464F1B) is unknown color: approx Verdun Green. HEX triplet: 46, 4F and 1B. RGB value is (70,79,27). Sum of RGB (Red+Green+Blue) = 70+79+27=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #464F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F1B is #B9B0E4. Grayscale: #464646. Windows color (decimal): -12169445 or 1789766. OLE color: 1789766.

HSL color Cylindrical-coordinate representation of color #464F1B: hue angle of 70.38º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464F1B is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB707927-
CMYK0.1100.660.69
HSL70.38º49.06%20.78%-
HSV(B)70.38º65.82%30.98%-
XYZ5.526.972.09-
YUV70.38103.52127.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=39.77%
G=44.89%
B=15.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079270.1100.660.6970.3849.0620.78
Hex464F1BB04245463115
Octal106117331301021051066125
Binary10001101001111110111011010000101000101100011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464F1B; }

 p { color: rgb(70,79,27); }

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

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

 a { background-color: rgb(70,79,27); }

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

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

 span { border-color: rgb(70,79,27); }

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