#465704

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

Shades of Verdun Green #465704

Tints of Verdun Green #465704

Color information

#465704 (or 0x465704) is unknown color: approx Verdun Green. HEX triplet: 46, 57 and 04. RGB value is (70,87,4). Sum of RGB (Red+Green+Blue) = 70+87+4=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #465704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465704 is #B9A8FB. Grayscale: #484848. Windows color (decimal): -12167420 or 284486. OLE color: 284486.

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

Color convert

RGB70874-
CMYK0.2000.950.66
HSL72.29º91.21%17.84%-
HSV(B)72.29º95.4%34.12%-
XYZ5.968.131.37-
YUV72.4689.37126.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=43.48%
G=54.04%
B=2.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal708740.2000.950.6672.2991.2117.84
Hex465741405F42485b12
Octal106127424013710211013322
Binary10001101010111100101000101111110000101001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465704; }

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

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

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

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

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

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

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

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