#465309

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

Shades of Verdun Green #465309

Tints of Verdun Green #465309

Color information

#465309 (or 0x465309) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 09. RGB value is (70,83,9). Sum of RGB (Red+Green+Blue) = 70+83+9=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #465309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465309 is #B9ACF6. Grayscale: #464646. Windows color (decimal): -12168439 or 611142. OLE color: 611142.

HSL color Cylindrical-coordinate representation of color #465309: hue angle of 70.54º degrees, saturation: 0.8, 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 #465309 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB70839-
CMYK0.1600.890.67
HSL70.54º80.43%18.04%-
HSV(B)70.54º89.16%32.55%-
XYZ5.677.511.41-
YUV70.6893.19127.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=43.21%
G=51.23%
B=5.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708390.1600.890.6770.5480.4318.04
Hex465391005943475012
Octal1061231120013110310712022
Binary100011010100111001100000101100110000111000111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465309; }

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

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

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

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

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

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

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

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