#46662D

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

Shades of Dell #46662D

Tints of Dell #46662D

Color information

#46662D (or 0x46662D) is unknown color: approx Dell. HEX triplet: 46, 66 and 2D. RGB value is (70,102,45). Sum of RGB (Red+Green+Blue) = 70+102+45=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #46662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46662D is #B999D2. Grayscale: #565656. Windows color (decimal): -12163539 or 2975302. OLE color: 2975302.

HSL color Cylindrical-coordinate representation of color #46662D: hue angle of 93.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46662D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB7010245-
CMYK0.3100.560.6
HSL93.68º38.78%28.82%-
HSV(B)93.68º55.88%40%-
XYZ7.7510.994.2-
YUV85.93104.9116.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=32.26%
G=47.00%
B=20.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102450.3100.560.693.6838.7828.82
Hex46662D1F0383C5e271d
Octal1061465537070741364735
Binary10001101100110101101111110111000111100101111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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