#44511A

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

Shades of Verdun Green #44511A

Tints of Verdun Green #44511A

Color information

#44511A (or 0x44511A) is unknown color: approx Verdun Green. HEX triplet: 44, 51 and 1A. RGB value is (68,81,26). Sum of RGB (Red+Green+Blue) = 68+81+26=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #44511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44511A is #BBAEE5. Grayscale: #474747. Windows color (decimal): -12300006 or 1724740. OLE color: 1724740.

HSL color Cylindrical-coordinate representation of color #44511A: hue angle of 74.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44511A is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB688126-
CMYK0.1600.680.68
HSL74.18º51.4%20.98%-
HSV(B)74.18º67.9%31.76%-
XYZ5.517.192.07-
YUV70.84102.69125.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=38.86%
G=46.29%
B=14.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881260.1600.680.6874.1851.420.98
Hex44511A10044444a3315
Octal104121322001041041126325
Binary100010010100011101010000010001001000100100101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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