#446304

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

Shades of Verdun Green #446304

Tints of Verdun Green #446304

Color information

#446304 (or 0x446304) is unknown color: approx Verdun Green. HEX triplet: 44, 63 and 04. RGB value is (68,99,4). Sum of RGB (Red+Green+Blue) = 68+99+4=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #446304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446304 is #BB9CFB. Grayscale: #4F4F4F. Windows color (decimal): -12295420 or 287556. OLE color: 287556.

HSL color Cylindrical-coordinate representation of color #446304: hue angle of 79.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #446304 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB68994-
CMYK0.3100.960.61
HSL79.58º92.23%20.2%-
HSV(B)79.58º95.96%38.82%-
XYZ6.8710.161.71-
YUV78.985.73120.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 99 (39.06% from 255) = 57.89%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=39.77%
G=57.89%
B=2.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal689940.3100.960.6179.5892.2320.2
Hex446341F0603D505c14
Octal10414343701407512013424
Binary1000100110001110011111011000001111011010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446304; }

 p { color: rgb(68,99,4); }

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

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

 a { background-color: rgb(68,99,4); }

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

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

 span { border-color: rgb(68,99,4); }

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