#46612C

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

Shades of Dell #46612C

Tints of Dell #46612C

Color information

#46612C (or 0x46612C) is unknown color: approx Dell. HEX triplet: 46, 61 and 2C. RGB value is (70,97,44). Sum of RGB (Red+Green+Blue) = 70+97+44=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #46612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46612C is #B99ED3. Grayscale: #535353. Windows color (decimal): -12164820 or 2908486. OLE color: 2908486.

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

Color convert

RGB709744-
CMYK0.2800.550.62
HSL90.57º37.59%27.65%-
HSV(B)90.57º54.64%38.04%-
XYZ7.2610.033.94-
YUV82.88106.05118.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=33.18%
G=45.97%
B=20.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097440.2800.550.6290.5737.5927.65
Hex46612C1C0373E5b261c
Octal1061415434067761334634
Binary10001101100001101100111000110111111110101101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46612C; }

 p { color: rgb(70,97,44); }

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

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

 a { background-color: rgb(70,97,44); }

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

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

 span { border-color: rgb(70,97,44); }

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