#446533

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

Shades of Dell #446533

Tints of Dell #446533

Color information

#446533 (or 0x446533) is unknown color: approx Dell. HEX triplet: 44, 65 and 33. RGB value is (68,101,51). Sum of RGB (Red+Green+Blue) = 68+101+51=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #446533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446533 is #BB9ACC. Grayscale: #555555. Windows color (decimal): -12294861 or 3368260. OLE color: 3368260.

HSL color Cylindrical-coordinate representation of color #446533: hue angle of 99.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446533 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB6810151-
CMYK0.3300.500.60
HSL99.6º32.89%29.8%-
HSV(B)99.6º49.5%39.61%-
XYZ7.6410.784.81-
YUV85.43108.57115.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=30.91%
G=45.91%
B=23.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68101510.3300.500.6099.632.8929.8
Hex446533210323C64211e
Octal1041456341062741444136
Binary100010011001011100111000010110010111100110010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446533; }

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

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

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

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

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

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

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

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