#446300

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

Shades of Verdun Green #446300

Tints of Verdun Green #446300

Color information

#446300 (or 0x446300) is unknown color: approx Verdun Green. HEX triplet: 44, 63 and 00. RGB value is (68,99,0). Sum of RGB (Red+Green+Blue) = 68+99+0=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #446300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446300 is #BB9CFF. Grayscale: #4E4E4E. Windows color (decimal): -12295424 or 25412. OLE color: 25412.

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

Color convert

RGB68990-
CMYK0.31010.61
HSL78.79º100%19.41%-
HSV(B)78.79º100%38.82%-
XYZ6.8510.151.6-
YUV78.4483.73120.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.72%
G=59.28%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal689900.31010.6178.7910019.41
Hex446301F0643D4f6413
Octal10414303701447511714423
Binary10001001100011011111011001001111011001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446300; }

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

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

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

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

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

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

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

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