#44601B

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

Shades of Verdun Green #44601B

Tints of Verdun Green #44601B

Color information

#44601B (or 0x44601B) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 1B. RGB value is (68,96,27). Sum of RGB (Red+Green+Blue) = 68+96+27=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #44601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44601B is #BB9FE4. Grayscale: #505050. Windows color (decimal): -12296165 or 1794116. OLE color: 1794116.

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

Color convert

RGB689627-
CMYK0.2900.720.62
HSL84.35º56.1%24.12%-
HSV(B)84.35º71.88%37.65%-
XYZ6.769.672.55-
YUV79.7698.22119.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=35.60%
G=50.26%
B=14.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896270.2900.720.6284.3556.124.12
Hex44601B1D0483E543818
Octal10414033350110761247030
Binary10001001100000110111110101001000111110101010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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