#445636

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

Shades of Dell #445636

Tints of Dell #445636

Color information

#445636 (or 0x445636) is unknown color: approx Dell. HEX triplet: 44, 56 and 36. RGB value is (68,86,54). Sum of RGB (Red+Green+Blue) = 68+86+54=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #445636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445636 is #BBA9C9. Grayscale: #4D4D4D. Windows color (decimal): -12298698 or 3561028. OLE color: 3561028.

HSL color Cylindrical-coordinate representation of color #445636: hue angle of 93.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #445636 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB688654-
CMYK0.2100.370.66
HSL93.75º22.86%27.45%-
HSV(B)93.75º37.21%33.73%-
XYZ6.388.154.73-
YUV76.97115.04121.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=32.69%
G=41.35%
B=25.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886540.2100.370.6693.7522.8627.45
Hex44563615025425e171b
Octal10412666250451021362733
Binary10001001010110110110101010100101100001010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445636; }

 p { color: rgb(68,86,54); }

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

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

 a { background-color: rgb(68,86,54); }

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

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

 span { border-color: rgb(68,86,54); }

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