#466604

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

Shades of Verdun Green #466604

Tints of Verdun Green #466604

Color information

#466604 (or 0x466604) is unknown color: approx Verdun Green. HEX triplet: 46, 66 and 04. RGB value is (70,102,4). Sum of RGB (Red+Green+Blue) = 70+102+4=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #466604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466604 is #B999FB. Grayscale: #515151. Windows color (decimal): -12163580 or 288326. OLE color: 288326.

HSL color Cylindrical-coordinate representation of color #466604: hue angle of 79.59º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #466604 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB701024-
CMYK0.3100.960.6
HSL79.59º92.45%20.78%-
HSV(B)79.59º96.08%40%-
XYZ7.310.811.82-
YUV81.2684.4119.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=39.77%
G=57.95%
B=2.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7010240.3100.960.679.5992.4520.78
Hex466641F0603C505c15
Octal10614643701407412013425
Binary1000110110011010011111011000001111001010000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466604; }

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

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

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

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

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

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

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

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