#446233

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

Shades of Dell #446233

Tints of Dell #446233

Color information

#446233 (or 0x446233) is unknown color: approx Dell. HEX triplet: 44, 62 and 33. RGB value is (68,98,51). Sum of RGB (Red+Green+Blue) = 68+98+51=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #446233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446233 is #BB9DCC. Grayscale: #535353. Windows color (decimal): -12295629 or 3367492. OLE color: 3367492.

HSL color Cylindrical-coordinate representation of color #446233: hue angle of 98.3º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446233 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB689851-
CMYK0.3100.480.62
HSL98.3º31.54%29.22%-
HSV(B)98.3º47.96%38.43%-
XYZ7.3510.24.71-
YUV83.67109.56116.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=31.34%
G=45.16%
B=23.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898510.3100.480.6298.331.5429.22
Hex4462331F0303E62201d
Octal1041426337060761424035
Binary10001001100010110011111110110000111110110001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446233; }

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

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

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

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

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

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

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

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