#446903

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

Shades of Verdun Green #446903

Tints of Verdun Green #446903

Color information

#446903 (or 0x446903) is unknown color: approx Verdun Green. HEX triplet: 44, 69 and 03. RGB value is (68,105,3). Sum of RGB (Red+Green+Blue) = 68+105+3=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #446903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446903 is #BB96FC. Grayscale: #525252. Windows color (decimal): -12293885 or 223556. OLE color: 223556.

HSL color Cylindrical-coordinate representation of color #446903: hue angle of 81.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #446903 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB681053-
CMYK0.3500.970.59
HSL81.76º94.44%21.18%-
HSV(B)81.76º97.14%41.18%-
XYZ7.4511.341.88-
YUV82.3183.24117.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=38.64%
G=59.66%
B=1.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6810530.3500.970.5981.7694.4421.18
Hex44693230613B525e15
Octal10415134301417312213625
Binary1000100110100111100011011000011110111010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446903; }

 p { color: rgb(68,105,3); }

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

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

 a { background-color: rgb(68,105,3); }

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

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

 span { border-color: rgb(68,105,3); }

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