#446601

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

Shades of Verdun Green #446601

Tints of Verdun Green #446601

Color information

#446601 (or 0x446601) is unknown color: approx Verdun Green. HEX triplet: 44, 66 and 01. RGB value is (68,102,1). Sum of RGB (Red+Green+Blue) = 68+102+1=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #446601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446601 is #BB99FE. Grayscale: #505050. Windows color (decimal): -12294655 or 91716. OLE color: 91716.

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

Color convert

RGB681021-
CMYK0.3300.990.6
HSL80.2º98.06%20.2%-
HSV(B)80.2º99.02%40%-
XYZ7.1410.731.72-
YUV80.3283.24119.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=39.77%
G=59.65%
B=0.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6810210.3300.990.680.298.0620.2
Hex44661210633C506214
Octal10414614101437412014224
Binary100010011001101100001011000111111001010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446601; }

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

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

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

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

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

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

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

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