#46622D

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

Shades of Dell #46622D

Tints of Dell #46622D

Color information

#46622D (or 0x46622D) is unknown color: approx Dell. HEX triplet: 46, 62 and 2D. RGB value is (70,98,45). Sum of RGB (Red+Green+Blue) = 70+98+45=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #46622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46622D is #B99DD2. Grayscale: #535353. Windows color (decimal): -12164563 or 2974278. OLE color: 2974278.

HSL color Cylindrical-coordinate representation of color #46622D: hue angle of 91.7º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46622D is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB709845-
CMYK0.2900.540.62
HSL91.7º37.06%28.04%-
HSV(B)91.7º54.08%38.43%-
XYZ7.3710.234.07-
YUV83.59106.22118.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=32.86%
G=46.01%
B=21.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098450.2900.540.6291.737.0628.04
Hex46622D1D0363E5c251c
Octal1061425535066761344534
Binary10001101100010101101111010110110111110101110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46622D; }

 p { color: rgb(70,98,45); }

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

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

 a { background-color: rgb(70,98,45); }

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

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

 span { border-color: rgb(70,98,45); }

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