#465C09

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

Shades of Verdun Green #465C09

Tints of Verdun Green #465C09

Color information

#465C09 (or 0x465C09) is unknown color: approx Verdun Green. HEX triplet: 46, 5C and 09. RGB value is (70,92,9). Sum of RGB (Red+Green+Blue) = 70+92+9=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #465C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C09 is #B9A3F6. Grayscale: #4C4C4C. Windows color (decimal): -12166135 or 613446. OLE color: 613446.

HSL color Cylindrical-coordinate representation of color #465C09: hue angle of 75.9º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465C09 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB70929-
CMYK0.2400.900.64
HSL75.9º82.18%19.8%-
HSV(B)75.9º90.22%36.08%-
XYZ6.48.981.65-
YUV75.9690.21123.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 92 (36.33% from 255) = 53.80%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=40.94%
G=53.80%
B=5.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal709290.2400.900.6475.982.1819.8
Hex465C91805A404c5214
Octal1061341130013210011412224
Binary100011010111001001110000101101010000001001100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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