#465509

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

Shades of Verdun Green #465509

Tints of Verdun Green #465509

Color information

#465509 (or 0x465509) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 09. RGB value is (70,85,9). Sum of RGB (Red+Green+Blue) = 70+85+9=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #465509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465509 is #B9AAF6. Grayscale: #484848. Windows color (decimal): -12167927 or 611654. OLE color: 611654.

HSL color Cylindrical-coordinate representation of color #465509: hue angle of 71.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #465509 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB70859-
CMYK0.1800.890.67
HSL71.84º80.85%18.43%-
HSV(B)71.84º89.41%33.33%-
XYZ5.827.821.46-
YUV71.8592.53126.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=42.68%
G=51.83%
B=5.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708590.1800.890.6771.8480.8518.43
Hex465591205943485112
Octal1061251122013110311012122
Binary100011010101011001100100101100110000111001000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465509; }

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

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

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

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

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

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

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

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