#446015

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

Shades of Verdun Green #446015

Tints of Verdun Green #446015

Color information

#446015 (or 0x446015) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 15. RGB value is (68,96,21). Sum of RGB (Red+Green+Blue) = 68+96+21=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #446015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446015 is #BB9FEA. Grayscale: #4F4F4F. Windows color (decimal): -12296171 or 1400900. OLE color: 1400900.

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

Color convert

RGB689621-
CMYK0.2900.780.62
HSL82.4º64.1%22.94%-
HSV(B)82.4º78.12%37.65%-
XYZ6.79.652.22-
YUV79.0895.22120.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=36.76%
G=51.89%
B=11.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896210.2900.780.6282.464.122.94
Hex4460151D04E3E524017
Octal104140253501167612210027
Binary100010011000001010111101010011101111101010010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446015; }

 p { color: rgb(68,96,21); }

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

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

 a { background-color: rgb(68,96,21); }

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

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

 span { border-color: rgb(68,96,21); }

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