#44481A

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

Shades of Verdun Green #44481A

Tints of Verdun Green #44481A

Color information

#44481A (or 0x44481A) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 1A. RGB value is (68,72,26). Sum of RGB (Red+Green+Blue) = 68+72+26=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #44481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44481A is #BBB7E5. Grayscale: #414141. Windows color (decimal): -12302310 or 1722436. OLE color: 1722436.

HSL color Cylindrical-coordinate representation of color #44481A: hue angle of 65.22º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44481A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB687226-
CMYK0.0600.640.72
HSL65.22º46.94%19.22%-
HSV(B)65.22º63.89%28.24%-
XYZ4.895.941.87-
YUV65.56105.67129.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=40.96%
G=43.37%
B=15.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872260.0600.640.7265.2246.9419.22
Hex44481A604048412f13
Octal10411032601001101015723
Binary1000100100100011010110010000001001000100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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