#44491B

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

Shades of Verdun Green #44491B

Tints of Verdun Green #44491B

Color information

#44491B (or 0x44491B) is unknown color: approx Verdun Green. HEX triplet: 44, 49 and 1B. RGB value is (68,73,27). Sum of RGB (Red+Green+Blue) = 68+73+27=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #44491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44491B is #BBB6E4. Grayscale: #424242. Windows color (decimal): -12302053 or 1788228. OLE color: 1788228.

HSL color Cylindrical-coordinate representation of color #44491B: hue angle of 66.52º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44491B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB687327-
CMYK0.0700.630.71
HSL66.52º46%19.61%-
HSV(B)66.52º63.01%28.63%-
XYZ4.966.071.95-
YUV66.26105.84129.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=40.48%
G=43.45%
B=16.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873270.0700.630.7166.524619.61
Hex44491B703F47432e14
Octal1041113370771071035624
Binary100010010010011101111101111111000111100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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