#465305

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

Shades of Verdun Green #465305

Tints of Verdun Green #465305

Color information

#465305 (or 0x465305) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 05. RGB value is (70,83,5). Sum of RGB (Red+Green+Blue) = 70+83+5=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #465305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465305 is #B9ACFA. Grayscale: #464646. Windows color (decimal): -12168443 or 348998. OLE color: 348998.

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

Color convert

RGB70835-
CMYK0.1600.940.67
HSL70º88.64%17.25%-
HSV(B)70º93.98%32.55%-
XYZ5.657.51.29-
YUV70.2291.19127.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=44.30%
G=52.53%
B=3.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708350.1600.940.677088.6417.25
Hex465351005E43465911
Octal106123520013610310613121
Binary10001101010011101100000101111010000111000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465305; }

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

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

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

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

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

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

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

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