#446832

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

Shades of Dell #446832

Tints of Dell #446832

Color information

#446832 (or 0x446832) is unknown color: approx Dell. HEX triplet: 44, 68 and 32. RGB value is (68,104,50). Sum of RGB (Red+Green+Blue) = 68+104+50=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #446832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446832 is #BB97CD. Grayscale: #575757. Windows color (decimal): -12294094 or 3303492. OLE color: 3303492.

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

Color convert

RGB6810450-
CMYK0.3500.520.59
HSL100º35.06%30.2%-
HSV(B)100º51.92%40.78%-
XYZ7.9111.364.79-
YUV87.08107.07114.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=30.63%
G=46.85%
B=22.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104500.3500.520.5910035.0630.2
Hex446832230343B64231e
Octal1041506243064731444336
Binary100010011010001100101000110110100111011110010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446832; }

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

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

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

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

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

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

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

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