#445735

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

Shades of Dell #445735

Tints of Dell #445735

Color information

#445735 (or 0x445735) is unknown color: approx Dell. HEX triplet: 44, 57 and 35. RGB value is (68,87,53). Sum of RGB (Red+Green+Blue) = 68+87+53=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #445735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445735 is #BBA8CA. Grayscale: #4D4D4D. Windows color (decimal): -12298443 or 3495748. OLE color: 3495748.

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

Color convert

RGB688753-
CMYK0.2200.390.66
HSL93.53º24.29%27.45%-
HSV(B)93.53º39.08%34.12%-
XYZ6.438.34.63-
YUV77.44114.21121.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=32.69%
G=41.83%
B=25.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887530.2200.390.6693.5324.2927.45
Hex44573516027425e181b
Octal10412765260471021363033
Binary10001001010111110101101100100111100001010111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445735; }

 p { color: rgb(68,87,53); }

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

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

 a { background-color: rgb(68,87,53); }

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

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

 span { border-color: rgb(68,87,53); }

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