#464508

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

Shades of Verdun Green #464508

Tints of Verdun Green #464508

Color information

#464508 (or 0x464508) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 08. RGB value is (70,69,8). Sum of RGB (Red+Green+Blue) = 70+69+8=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #464508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464508 is #B9BAF7. Grayscale: #3E3E3E. Windows color (decimal): -12172024 or 542022. OLE color: 542022.

HSL color Cylindrical-coordinate representation of color #464508: hue angle of 59.03º 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 #464508 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB70698-
CMYK00.010.890.73
HSL59.03º79.49%15.29%-
HSV(B)59.03º88.57%27.45%-
XYZ4.75.581.06-
YUV62.3497.33133.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=47.62%
G=46.94%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7069800.010.890.7359.0379.4915.29
Hex464580159493b4ff
Octal10610510011311117311717
Binary100011010001011000011011001100100111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464508; }

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

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

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

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

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

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

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

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