#466219

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

Shades of Verdun Green #466219

Tints of Verdun Green #466219

Color information

#466219 (or 0x466219) is unknown color: approx Verdun Green. HEX triplet: 46, 62 and 19. RGB value is (70,98,25). Sum of RGB (Red+Green+Blue) = 70+98+25=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #466219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466219 is #B99DE6. Grayscale: #515151. Windows color (decimal): -12164583 or 1663558. OLE color: 1663558.

HSL color Cylindrical-coordinate representation of color #466219: hue angle of 83.01º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #466219 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB709825-
CMYK0.2900.740.62
HSL83.01º59.35%24.12%-
HSV(B)83.01º74.49%38.43%-
XYZ7.0710.112.5-
YUV81.3196.22119.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=36.27%
G=50.78%
B=12.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098250.2900.740.6283.0159.3524.12
Hex4662191D04A3E533b18
Octal10614231350112761237330
Binary10001101100010110011110101001010111110101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466219; }

 p { color: rgb(70,98,25); }

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

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

 a { background-color: rgb(70,98,25); }

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

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

 span { border-color: rgb(70,98,25); }

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