#465209

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

Shades of Verdun Green #465209

Tints of Verdun Green #465209

Color information

#465209 (or 0x465209) is unknown color: approx Verdun Green. HEX triplet: 46, 52 and 09. RGB value is (70,82,9). Sum of RGB (Red+Green+Blue) = 70+82+9=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #465209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465209 is #B9ADF6. Grayscale: #464646. Windows color (decimal): -12168695 or 610886. OLE color: 610886.

HSL color Cylindrical-coordinate representation of color #465209: hue angle of 69.86º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #465209 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB70829-
CMYK0.1500.890.68
HSL69.86º80.22%17.84%-
HSV(B)69.86º89.02%32.16%-
XYZ5.597.361.38-
YUV70.0993.52127.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=43.48%
G=50.93%
B=5.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal708290.1500.890.6869.8680.2217.84
Hex46529F05944465012
Octal1061221117013110410612022
Binary10001101010010100111110101100110001001000110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465209; }

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

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

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

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

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

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

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

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