#446115

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

Shades of Verdun Green #446115

Tints of Verdun Green #446115

Color information

#446115 (or 0x446115) is unknown color: approx Verdun Green. HEX triplet: 44, 61 and 15. RGB value is (68,97,21). Sum of RGB (Red+Green+Blue) = 68+97+21=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #446115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446115 is #BB9EEA. Grayscale: #4F4F4F. Windows color (decimal): -12295915 or 1401156. OLE color: 1401156.

HSL color Cylindrical-coordinate representation of color #446115: hue angle of 82.89º 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 #446115 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB689721-
CMYK0.3000.780.62
HSL82.89º64.41%23.14%-
HSV(B)82.89º78.35%38.04%-
XYZ6.799.832.25-
YUV79.6794.89119.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=36.56%
G=52.15%
B=11.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897210.3000.780.6282.8964.4123.14
Hex4461151E04E3E534017
Octal104141253601167612310027
Binary100010011000011010111110010011101111101010011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446115; }

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

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

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

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

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

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

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

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