#44481C

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

Shades of Verdun Green #44481C

Tints of Verdun Green #44481C

Color information

#44481C (or 0x44481C) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 1C. RGB value is (68,72,28). Sum of RGB (Red+Green+Blue) = 68+72+28=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #44481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44481C is #BBB7E3. Grayscale: #414141. Windows color (decimal): -12302308 or 1853508. OLE color: 1853508.

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

Color convert

RGB687228-
CMYK0.0600.610.72
HSL65.45º44%19.61%-
HSV(B)65.45º61.11%28.24%-
XYZ4.915.951.99-
YUV65.79106.67129.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=40.48%
G=42.86%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872280.0600.610.7265.454419.61
Hex44481C603D48412c14
Octal1041103460751101015424
Binary100010010010001110011001111011001000100000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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