#465702

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

Shades of Verdun Green #465702

Tints of Verdun Green #465702

Color information

#465702 (or 0x465702) is unknown color: approx Verdun Green. HEX triplet: 46, 57 and 02. RGB value is (70,87,2). Sum of RGB (Red+Green+Blue) = 70+87+2=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #465702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465702 is #B9A8FD. Grayscale: #484848. Windows color (decimal): -12167422 or 153414. OLE color: 153414.

HSL color Cylindrical-coordinate representation of color #465702: hue angle of 72º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465702 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB70872-
CMYK0.2000.980.66
HSL72º95.51%17.45%-
HSV(B)72º97.7%34.12%-
XYZ5.948.121.31-
YUV72.2388.37126.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=44.03%
G=54.72%
B=1.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal708720.2000.980.667295.5117.45
Hex465721406242486011
Octal106127224014210211014021
Binary1000110101011110101000110001010000101001000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465702; }

 p { color: rgb(70,87,2); }

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

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

 a { background-color: rgb(70,87,2); }

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

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

 span { border-color: rgb(70,87,2); }

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