#46642F

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

Shades of Dell #46642F

Tints of Dell #46642F

Color information

#46642F (or 0x46642F) is unknown color: approx Dell. HEX triplet: 46, 64 and 2F. RGB value is (70,100,47). Sum of RGB (Red+Green+Blue) = 70+100+47=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #46642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46642F is #B99BD0. Grayscale: #555555. Windows color (decimal): -12164049 or 3105862. OLE color: 3105862.

HSL color Cylindrical-coordinate representation of color #46642F: hue angle of 93.96º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46642F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB7010047-
CMYK0.3000.530.61
HSL93.96º36.05%28.82%-
HSV(B)93.96º53%39.22%-
XYZ7.610.624.34-
YUV84.99106.56117.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 100 (39.45% from 255) = 46.08%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=32.26%
G=46.08%
B=21.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100470.3000.530.6193.9636.0528.82
Hex46642F1E0353D5e241d
Octal1061445736065751364435
Binary10001101100100101111111100110101111101101111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46642F; }

 p { color: rgb(70,100,47); }

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

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

 a { background-color: rgb(70,100,47); }

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

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

 span { border-color: rgb(70,100,47); }

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