#446D01

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

Shades of Verdun Green #446D01

Tints of Verdun Green #446D01

Color information

#446D01 (or 0x446D01) is unknown color: approx Verdun Green. HEX triplet: 44, 6D and 01. RGB value is (68,109,1). Sum of RGB (Red+Green+Blue) = 68+109+1=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #446D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446D01 is #BB92FE. Grayscale: #545454. Windows color (decimal): -12292863 or 93508. OLE color: 93508.

HSL color Cylindrical-coordinate representation of color #446D01: hue angle of 82.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #446D01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB681091-
CMYK0.3800.990.57
HSL82.78º98.18%21.57%-
HSV(B)82.78º99.08%42.75%-
XYZ7.8612.171.96-
YUV84.4380.92116.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 109 (42.97% from 255) = 61.24%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=38.20%
G=61.24%
B=0.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6810910.3800.990.5782.7898.1821.57
Hex446D12606339536216
Octal10415514601437112314226
Binary100010011011011100110011000111110011010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446D01; }

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

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

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

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

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

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

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

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