#465809

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

Shades of Verdun Green #465809

Tints of Verdun Green #465809

Color information

#465809 (or 0x465809) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 09. RGB value is (70,88,9). Sum of RGB (Red+Green+Blue) = 70+88+9=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #465809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465809 is #B9A7F6. Grayscale: #494949. Windows color (decimal): -12167159 or 612422. OLE color: 612422.

HSL color Cylindrical-coordinate representation of color #465809: hue angle of 73.67º degrees, saturation: 0.81, 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 #465809 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB70889-
CMYK0.2000.900.65
HSL73.67º81.44%19.02%-
HSV(B)73.67º89.77%34.51%-
XYZ6.068.31.54-
YUV73.6191.54125.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 88 (34.77% from 255) = 52.69%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=41.92%
G=52.69%
B=5.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal708890.2000.900.6573.6781.4419.02
Hex465891405A414a5113
Octal1061301124013210111212123
Binary100011010110001001101000101101010000011001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465809; }

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

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

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

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

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

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

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

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