#44712C

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

Shades of Dell #44712C

Tints of Dell #44712C

Color information

#44712C (or 0x44712C) is unknown color: approx Dell. HEX triplet: 44, 71 and 2C. RGB value is (68,113,44). Sum of RGB (Red+Green+Blue) = 68+113+44=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #44712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44712C is #BB8ED3. Grayscale: #5B5B5B. Windows color (decimal): -12291796 or 2912580. OLE color: 2912580.

HSL color Cylindrical-coordinate representation of color #44712C: hue angle of 99.13º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44712C is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB6811344-
CMYK0.4000.610.56
HSL99.13º43.95%30.78%-
HSV(B)99.13º61.06%44.31%-
XYZ8.7413.224.47-
YUV91.68101.09111.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=30.22%
G=50.22%
B=19.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68113440.4000.610.5699.1343.9530.78
Hex44712C2803D38632c1f
Octal1041615450075701435437
Binary100010011100011011001010000111101111000110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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