#464509

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

Shades of Verdun Green #464509

Tints of Verdun Green #464509

Color information

#464509 (or 0x464509) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 09. RGB value is (70,69,9). Sum of RGB (Red+Green+Blue) = 70+69+9=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #464509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464509 is #B9BAF6. Grayscale: #3E3E3E. Windows color (decimal): -12172023 or 607558. OLE color: 607558.

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

Color convert

RGB70699-
CMYK00.010.870.73
HSL59.02º77.22%15.49%-
HSV(B)59.02º87.14%27.45%-
XYZ4.75.581.09-
YUV62.4697.83133.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=47.30%
G=46.62%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7069900.010.870.7359.0277.2215.49
Hex464590157493b4df
Octal10610511011271117311517
Binary100011010001011001011010111100100111101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464509; }

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

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

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

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

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

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

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

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