#445933

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

Shades of Dell #445933

Tints of Dell #445933

Color information

#445933 (or 0x445933) is unknown color: approx Dell. HEX triplet: 44, 59 and 33. RGB value is (68,89,51). Sum of RGB (Red+Green+Blue) = 68+89+51=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #445933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445933 is #BBA6CC. Grayscale: #4E4E4E. Windows color (decimal): -12297933 or 3365188. OLE color: 3365188.

HSL color Cylindrical-coordinate representation of color #445933: hue angle of 93.16º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445933 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB688951-
CMYK0.2400.430.65
HSL93.16º27.14%27.45%-
HSV(B)93.16º42.7%34.9%-
XYZ6.558.614.45-
YUV78.39112.54120.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=32.69%
G=42.79%
B=24.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889510.2400.430.6593.1627.1427.45
Hex4459331802B415d1b1b
Octal10413163300531011353333
Binary10001001011001110011110000101011100000110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445933; }

 p { color: rgb(68,89,51); }

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

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

 a { background-color: rgb(68,89,51); }

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

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

 span { border-color: rgb(68,89,51); }

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