#446301

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

Shades of Verdun Green #446301

Tints of Verdun Green #446301

Color information

#446301 (or 0x446301) is unknown color: approx Verdun Green. HEX triplet: 44, 63 and 01. RGB value is (68,99,1). Sum of RGB (Red+Green+Blue) = 68+99+1=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #446301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446301 is #BB9CFE. Grayscale: #4E4E4E. Windows color (decimal): -12295423 or 90948. OLE color: 90948.

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

Color convert

RGB68991-
CMYK0.3100.990.61
HSL78.98º98%19.61%-
HSV(B)78.98º98.99%38.82%-
XYZ6.8510.151.63-
YUV78.5684.23120.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 99 (39.06% from 255) = 58.93%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=40.48%
G=58.93%
B=0.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal689910.3100.990.6178.989819.61
Hex446311F0633D4f6214
Octal10414313701437511714224
Binary10001001100011111111011000111111011001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446301; }

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

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

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

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

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

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

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

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