#466714

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

Shades of Verdun Green #466714

Tints of Verdun Green #466714

Color information

#466714 (or 0x466714) is unknown color: approx Verdun Green. HEX triplet: 46, 67 and 14. RGB value is (70,103,20). Sum of RGB (Red+Green+Blue) = 70+103+20=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #466714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466714 is #B998EB. Grayscale: #535353. Windows color (decimal): -12163308 or 1337158. OLE color: 1337158.

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

Color convert

RGB7010320-
CMYK0.3200.810.60
HSL83.86º67.48%24.12%-
HSV(B)83.86º80.58%40.39%-
XYZ7.511.052.4-
YUV83.6792.07118.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=36.27%
G=53.37%
B=10.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103200.3200.810.6083.8667.4824.12
Hex466714200513C544318
Octal106147244001217412410330
Binary1000110110011110100100000010100011111001010100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466714; }

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

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

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

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

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

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

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

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