#446800

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

Shades of Verdun Green #446800

Tints of Verdun Green #446800

Color information

#446800 (or 0x446800) is unknown color: approx Verdun Green. HEX triplet: 44, 68 and 00. RGB value is (68,104,0). Sum of RGB (Red+Green+Blue) = 68+104+0=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #446800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446800 is #BB97FF. Grayscale: #515151. Windows color (decimal): -12294144 or 26692. OLE color: 26692.

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

Color convert

RGB681040-
CMYK0.35010.59
HSL80.77º100%20.39%-
HSV(B)80.77º100%40.78%-
XYZ7.3311.131.76-
YUV81.3882.07118.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.53%
G=60.47%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6810400.35010.5980.7710020.39
Hex44680230643B516414
Octal10415004301447312114424
Binary100010011010000100011011001001110111010001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446800; }

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

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

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

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

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

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

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

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