#44712E

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

Shades of Dell #44712E

Tints of Dell #44712E

Color information

#44712E (or 0x44712E) is unknown color: approx Dell. HEX triplet: 44, 71 and 2E. RGB value is (68,113,46). Sum of RGB (Red+Green+Blue) = 68+113+46=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #44712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44712E is #BB8ED1. Grayscale: #5C5C5C. Windows color (decimal): -12291794 or 3043652. OLE color: 3043652.

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

Color convert

RGB6811346-
CMYK0.4000.590.56
HSL100.3º42.14%31.18%-
HSV(B)100.3º59.29%44.31%-
XYZ8.7813.244.68-
YUV91.91102.09110.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=29.96%
G=49.78%
B=20.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68113460.4000.590.56100.342.1431.18
Hex44712E2803B38642a1f
Octal1041615650073701445237
Binary100010011100011011101010000111011111000110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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