#446821

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

Shades of Dell #446821

Tints of Dell #446821

Color information

#446821 (or 0x446821) is unknown color: approx Dell. HEX triplet: 44, 68 and 21. RGB value is (68,104,33). Sum of RGB (Red+Green+Blue) = 68+104+33=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #446821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446821 is #BB97DE. Grayscale: #555555. Windows color (decimal): -12294111 or 2189380. OLE color: 2189380.

HSL color Cylindrical-coordinate representation of color #446821: hue angle of 90.42º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #446821 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB6810433-
CMYK0.3500.680.59
HSL90.42º51.82%26.86%-
HSV(B)90.42º68.27%40.78%-
XYZ7.6111.243.21-
YUV85.1498.57115.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=33.17%
G=50.73%
B=16.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104330.3500.680.5990.4251.8226.86
Hex446821230443B5a341b
Octal10415041430104731326433
Binary1000100110100010000110001101000100111011101101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446821; }

 p { color: rgb(68,104,33); }

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

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

 a { background-color: rgb(68,104,33); }

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

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

 span { border-color: rgb(68,104,33); }

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