#466702

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

Shades of Verdun Green #466702

Tints of Verdun Green #466702

Color information

#466702 (or 0x466702) is unknown color: approx Verdun Green. HEX triplet: 46, 67 and 02. RGB value is (70,103,2). Sum of RGB (Red+Green+Blue) = 70+103+2=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #466702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466702 is #B998FD. Grayscale: #515151. Windows color (decimal): -12163326 or 157510. OLE color: 157510.

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

Color convert

RGB701032-
CMYK0.3200.980.60
HSL79.6º96.19%20.59%-
HSV(B)79.6º98.06%40.39%-
XYZ7.3911.011.79-
YUV81.6283.07119.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 58.86%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=40%
G=58.86%
B=1.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7010320.3200.980.6079.696.1920.59
Hex46672200623C506015
Octal10614724001427412014025
Binary1000110110011110100000011000101111001010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466702; }

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

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

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

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

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

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

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

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