#446803

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

Shades of Verdun Green #446803

Tints of Verdun Green #446803

Color information

#446803 (or 0x446803) is unknown color: approx Verdun Green. HEX triplet: 44, 68 and 03. RGB value is (68,104,3). Sum of RGB (Red+Green+Blue) = 68+104+3=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #446803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446803 is #BB97FC. Grayscale: #525252. Windows color (decimal): -12294141 or 223300. OLE color: 223300.

HSL color Cylindrical-coordinate representation of color #446803: hue angle of 81.39º 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 #446803 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB681043-
CMYK0.3500.970.59
HSL81.39º94.39%20.98%-
HSV(B)81.39º97.12%40.78%-
XYZ7.3511.141.85-
YUV81.7283.57118.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=38.86%
G=59.43%
B=1.71%

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
Decimal6810430.3500.970.5981.3994.3920.98
Hex44683230613B515e15
Octal10415034301417312113625
Binary1000100110100011100011011000011110111010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446803; }

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

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

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

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

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

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

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

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