#446631

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

Shades of Dell #446631

Tints of Dell #446631

Color information

#446631 (or 0x446631) is unknown color: approx Dell. HEX triplet: 44, 66 and 31. RGB value is (68,102,49). Sum of RGB (Red+Green+Blue) = 68+102+49=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #446631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446631 is #BB99CE. Grayscale: #555555. Windows color (decimal): -12294607 or 3237444. OLE color: 3237444.

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

Color convert

RGB6810249-
CMYK0.3300.520.6
HSL98.49º35.1%29.61%-
HSV(B)98.49º51.96%40%-
XYZ7.6910.954.61-
YUV85.79107.24115.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=31.05%
G=46.58%
B=22.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102490.3300.520.698.4935.129.61
Hex446631210343C62231e
Octal1041466141064741424336
Binary100010011001101100011000010110100111100110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446631; }

 p { color: rgb(68,102,49); }

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

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

 a { background-color: rgb(68,102,49); }

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

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

 span { border-color: rgb(68,102,49); }

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