#44601A

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

Shades of Verdun Green #44601A

Tints of Verdun Green #44601A

Color information

#44601A (or 0x44601A) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 1A. RGB value is (68,96,26). Sum of RGB (Red+Green+Blue) = 68+96+26=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #44601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44601A is #BB9FE5. Grayscale: #4F4F4F. Windows color (decimal): -12296166 or 1728580. OLE color: 1728580.

HSL color Cylindrical-coordinate representation of color #44601A: hue angle of 84º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44601A is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB689626-
CMYK0.2900.730.62
HSL84º57.38%23.92%-
HSV(B)84º72.92%37.65%-
XYZ6.759.672.49-
YUV79.6597.72119.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=35.79%
G=50.53%
B=13.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896260.2900.730.628457.3823.92
Hex44601A1D0493E543918
Octal10414032350111761247130
Binary10001001100000110101110101001001111110101010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44601A; }

 p { color: rgb(68,96,26); }

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

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

 a { background-color: rgb(68,96,26); }

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

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

 span { border-color: rgb(68,96,26); }

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