#44682C

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

Shades of Dell #44682C

Tints of Dell #44682C

Color information

#44682C (or 0x44682C) is unknown color: approx Dell. HEX triplet: 44, 68 and 2C. RGB value is (68,104,44). Sum of RGB (Red+Green+Blue) = 68+104+44=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #44682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44682C is #BB97D3. Grayscale: #565656. Windows color (decimal): -12294100 or 2910276. OLE color: 2910276.

HSL color Cylindrical-coordinate representation of color #44682C: hue angle of 96º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44682C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB6810444-
CMYK0.3500.580.59
HSL96º40.54%29.02%-
HSV(B)96º57.69%40.78%-
XYZ7.7911.314.16-
YUV86.4104.07114.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=31.48%
G=48.15%
B=20.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104440.3500.580.599640.5429.02
Hex44682C2303A3B60291d
Octal1041505443072731405135
Binary100010011010001011001000110111010111011110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,104,44); }

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

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

 a { background-color: rgb(68,104,44); }

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

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

 span { border-color: rgb(68,104,44); }

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