#446203

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

Shades of Verdun Green #446203

Tints of Verdun Green #446203

Color information

#446203 (or 0x446203) is unknown color: approx Verdun Green. HEX triplet: 44, 62 and 03. RGB value is (68,98,3). Sum of RGB (Red+Green+Blue) = 68+98+3=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #446203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446203 is #BB9DFC. Grayscale: #4E4E4E. Windows color (decimal): -12295677 or 221764. OLE color: 221764.

HSL color Cylindrical-coordinate representation of color #446203: hue angle of 78.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #446203 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB68983-
CMYK0.3100.970.62
HSL78.95º94.06%19.8%-
HSV(B)78.95º96.94%38.43%-
XYZ6.779.971.65-
YUV78.285.56120.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=40.24%
G=57.99%
B=1.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal689830.3100.970.6278.9594.0619.8
Hex446231F0613E4f5e14
Octal10414233701417611713624
Binary100010011000101111111011000011111101001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446203; }

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

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

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

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

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

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

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

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