#464308

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

Shades of Verdun Green #464308

Tints of Verdun Green #464308

Color information

#464308 (or 0x464308) is unknown color: approx Verdun Green. HEX triplet: 46, 43 and 08. RGB value is (70,67,8). Sum of RGB (Red+Green+Blue) = 70+67+8=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #464308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464308 is #B9BCF7. Grayscale: #3D3D3D. Windows color (decimal): -12172536 or 541510. OLE color: 541510.

HSL color Cylindrical-coordinate representation of color #464308: hue angle of 57.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #464308 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB70678-
CMYK00.040.890.73
HSL57.1º79.49%15.29%-
HSV(B)57.1º88.57%27.45%-
XYZ4.585.331.02-
YUV61.1797.99134.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=48.28%
G=46.21%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7067800.040.890.7357.179.4915.29
Hex46438045949394ff
Octal10610310041311117111717
Binary10001101000011100001001011001100100111100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464308; }

 p { color: rgb(70,67,8); }

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

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

 a { background-color: rgb(70,67,8); }

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

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

 span { border-color: rgb(70,67,8); }

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