#44701D

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

Shades of Dell #44701D

Tints of Dell #44701D

Color information

#44701D (or 0x44701D) is unknown color: approx Dell. HEX triplet: 44, 70 and 1D. RGB value is (68,112,29). Sum of RGB (Red+Green+Blue) = 68+112+29=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #44701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44701D is #BB8FE2. Grayscale: #595959. Windows color (decimal): -12292067 or 1929284. OLE color: 1929284.

HSL color Cylindrical-coordinate representation of color #44701D: hue angle of 91.81º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44701D is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB6811229-
CMYK0.3900.740.56
HSL91.81º58.87%27.65%-
HSV(B)91.81º74.11%43.92%-
XYZ8.412.913.21-
YUV89.3893.92112.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=32.54%
G=53.59%
B=13.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112290.3900.740.5691.8158.8727.65
Hex44701D2704A385c3b1c
Octal10416035470112701347334
Binary100010011100001110110011101001010111000101110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44701D; }

 p { color: rgb(68,112,29); }

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

<style>
 a { background-color: #44701D; }

 a { background-color: rgb(68,112,29); }

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

<style>
 span { border-color: #44701D; }

 span { border-color: rgb(68,112,29); }

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