#446F09

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

Shades of Verdun Green #446F09

Tints of Verdun Green #446F09

Color information

#446F09 (or 0x446F09) is unknown color: approx Verdun Green. HEX triplet: 44, 6F and 09. RGB value is (68,111,9). Sum of RGB (Red+Green+Blue) = 68+111+9=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #446F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F09 is #BB90F6. Grayscale: #565656. Windows color (decimal): -12292343 or 618308. OLE color: 618308.

HSL color Cylindrical-coordinate representation of color #446F09: hue angle of 85.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #446F09 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB681119-
CMYK0.3900.920.56
HSL85.29º85%23.53%-
HSV(B)85.29º91.89%43.53%-
XYZ8.1212.622.27-
YUV86.5284.25114.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 111 (43.75% from 255) = 59.04%
BLUE value IS 9 (3.91% from 255) = 4.79%
R=36.17%
G=59.04%
B=4.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6811190.3900.920.5685.298523.53
Hex446F92705C38555518
Octal104157114701347012512530
Binary100010011011111001100111010111001110001010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,111,9); }

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

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

 a { background-color: rgb(68,111,9); }

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

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

 span { border-color: rgb(68,111,9); }

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