#446904

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

Shades of Verdun Green #446904

Tints of Verdun Green #446904

Color information

#446904 (or 0x446904) is unknown color: approx Verdun Green. HEX triplet: 44, 69 and 04. RGB value is (68,105,4). Sum of RGB (Red+Green+Blue) = 68+105+4=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #446904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446904 is #BB96FB. Grayscale: #525252. Windows color (decimal): -12293884 or 289092. OLE color: 289092.

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

Color convert

RGB681054-
CMYK0.3500.960.59
HSL81.98º92.66%21.37%-
HSV(B)81.98º96.19%41.18%-
XYZ7.4611.341.91-
YUV82.4283.74117.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 4 (1.95% from 255) = 2.26%
R=38.42%
G=59.32%
B=2.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6810540.3500.960.5981.9892.6621.37
Hex44694230603B525d15
Octal10415144301407312213525
Binary10001001101001100100011011000001110111010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446904; }

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

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

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

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

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

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

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

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