#465A09

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

Shades of Verdun Green #465A09

Tints of Verdun Green #465A09

Color information

#465A09 (or 0x465A09) is unknown color: approx Verdun Green. HEX triplet: 46, 5A and 09. RGB value is (70,90,9). Sum of RGB (Red+Green+Blue) = 70+90+9=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #465A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A09 is #B9A5F6. Grayscale: #4B4B4B. Windows color (decimal): -12166647 or 612934. OLE color: 612934.

HSL color Cylindrical-coordinate representation of color #465A09: hue angle of 74.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465A09 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB70909-
CMYK0.2200.90.65
HSL74.81º81.82%19.41%-
HSV(B)74.81º90%35.29%-
XYZ6.238.631.6-
YUV74.7990.87124.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 90 (35.55% from 255) = 53.25%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=41.42%
G=53.25%
B=5.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal709090.2200.90.6574.8181.8219.41
Hex465A91605A414b5213
Octal1061321126013210111312223
Binary100011010110101001101100101101010000011001011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A09; }

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

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

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

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

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

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

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

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