#446614

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

Shades of Verdun Green #446614

Tints of Verdun Green #446614

Color information

#446614 (or 0x446614) is unknown color: approx Verdun Green. HEX triplet: 44, 66 and 14. RGB value is (68,102,20). Sum of RGB (Red+Green+Blue) = 68+102+20=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #446614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446614 is #BB99EB. Grayscale: #525252. Windows color (decimal): -12294636 or 1336900. OLE color: 1336900.

HSL color Cylindrical-coordinate representation of color #446614: hue angle of 84.88º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #446614 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB6810220-
CMYK0.3300.800.6
HSL84.88º67.21%23.92%-
HSV(B)84.88º80.39%40%-
XYZ7.2610.782.36-
YUV82.4992.74117.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 102 (40.23% from 255) = 53.68%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=35.79%
G=53.68%
B=10.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102200.3300.800.684.8867.2123.92
Hex446614210503C554318
Octal104146244101207412510330
Binary1000100110011010100100001010100001111001010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446614; }

 p { color: rgb(68,102,20); }

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

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

 a { background-color: rgb(68,102,20); }

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

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

 span { border-color: rgb(68,102,20); }

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